We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90da6f commit 50722e0Copy full SHA for 50722e0
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