Skip to content

Commit 60b1ae3

Browse files
authored
Merge pull request #5056 from broadinstitute/update-python-version-all-image-parts
update python version for runtime image
2 parents d0660d0 + 85c0991 commit 60b1ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/docker/seqr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ COPY ./ui/ .
5050

5151
RUN npm run build
5252

53-
FROM python:3.9-slim-bullseye as runtime
53+
FROM python:3.11-slim-bullseye as runtime
5454

5555
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
5656
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)