Skip to content

Commit 4821462

Browse files
authored
Update Dockerfile to Python 3.11.0
1 parent 3806bd6 commit 4821462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# filename: Dockerfile
2-
FROM python:3.10.6
2+
FROM python:3.11.0
33

44
# Build the image and name it workbench-docker-image-name (or whatever you want)
55
# docker build --build-arg USER_ID=$(id -u) --build-arg GROUP_ID=$(id -g) -t workbench-docker .

0 commit comments

Comments
 (0)