Skip to content

Commit 070547a

Browse files
authored
Update Dockerfile
change python version 3.10 -> 3.11
1 parent 054b4f3 commit 070547a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ===============================
22
# Base Image
33
# ===============================
4-
FROM python:3.10-slim
4+
FROM python:3.11-slim
55

66
# ===============================
77
# Set working directory

0 commit comments

Comments
 (0)