We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909cd07 commit 25702b4Copy full SHA for 25702b4
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.10.5-slim-buster AS base
5
6
# set work directory
7
WORKDIR /backend
0 commit comments