Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Apr 24, 2024
1 parent 1e1def6 commit 6a56cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this image gets published to GHCR for production use
ARG py_version=3.10.7
ARG py_version=3.11.2

FROM python:$py_version-slim-bullseye as base

Expand Down

0 comments on commit 6a56cf9

Please sign in to comment.