Skip to content

Commit 0d6f3ab

Browse files
chore(deps): update python docker tag to v3.12.3
1 parent b56d674 commit 0d6f3ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.5
1+
FROM python:3.12.3
22

33
# SET WORKING DIRECTORY
44
WORKDIR /app_code

docker/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 python:3.10.5
1+
FROM --platform=linux/amd64 python:3.12.3
22

33
# SET WORKING DIRECTORY
44
WORKDIR /app_code

0 commit comments

Comments
 (0)