Skip to content

Commit 85c0991

Browse files
committed
update python version for runtime image
1 parent d0660d0 commit 85c0991

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)