Skip to content

Commit e4239cd

Browse files
Update python Docker tag to v3.10.6
1 parent 8e1236a commit e4239cd

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.10.6
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.10.6
22

33
# SET WORKING DIRECTORY
44
WORKDIR /app_code

0 commit comments

Comments
 (0)