Skip to content

Commit 40ee4e0

Browse files
authored
chore: bump docker python to 3.12 (#64)
1 parent bb210e5 commit 40ee4e0

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
@@ -2,7 +2,7 @@
22
# Accompanied by a docker compose file for conveniently mounting
33
# the project directory into the container and opening ports.
44

5-
FROM python:3.10.12-slim
5+
FROM python:3.12-slim
66

77
RUN mkdir /workspace
88
WORKDIR /workspace

0 commit comments

Comments
 (0)