Skip to content

Commit

Permalink
chore: bump docker python to 3.12 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
rti authored Feb 3, 2025
1 parent bb210e5 commit 40ee4e0
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 40ee4e0

Please # to comment.