We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0660d0 + 85c0991 commit 60b1ae3Copy full SHA for 60b1ae3
deploy/docker/seqr/Dockerfile
@@ -50,7 +50,7 @@ COPY ./ui/ .
50
51
RUN npm run build
52
53
-FROM python:3.9-slim-bullseye as runtime
+FROM python:3.11-slim-bullseye as runtime
54
55
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
56
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments