We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62ef86 commit 84702e3Copy full SHA for 84702e3
backend/Dockerfile
@@ -1,7 +1,7 @@
1
## BASE BUILD THAT BOTH DEV AND PROD INHERIT FROM
2
3
# pull official base image
4
-FROM python:3.8.10-slim-buster AS base
+FROM python:3.11.0-slim-buster AS base
5
6
# set work directory
7
WORKDIR /backend
0 commit comments