Skip to content

Commit 25702b4

Browse files
committed
chore(deps): update dependency python to v3.10.5
1 parent 909cd07 commit 25702b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## BASE BUILD THAT BOTH DEV AND PROD INHERIT FROM
22

33
# pull official base image
4-
FROM python:3.8.10-slim-buster AS base
4+
FROM python:3.10.5-slim-buster AS base
55

66
# set work directory
77
WORKDIR /backend

0 commit comments

Comments
 (0)