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