Skip to content

Commit

Permalink
chore: bump docker python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Jan 30, 2025
1 parent 13fdf3a commit 34ec7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Accompanied by a docker compose file for conveniently mounting
# the project directory into the container and opening ports.

FROM python:3.10.12-slim
FROM python:3.12-slim

RUN mkdir /workspace
WORKDIR /workspace
Expand Down

0 comments on commit 34ec7bb

Please # to comment.