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.
1 parent d0660d0 commit 85c0991Copy full SHA for 85c0991
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