Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump docker python to 3.12 #64

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump docker python to 3.12
rti committed Jan 30, 2025
commit 34ec7bbb266e5d2558ffb9fbc82bc67fd7080fd2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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