Skip to content

Commit

Permalink
Use python 3.13 base image (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Dec 3, 2024
1 parent 785387f commit a9dfc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.12
ARG PYTHON_VERSION=3.13
FROM python:${PYTHON_VERSION}-slim-bookworm AS builder

ARG VERSION=latest
Expand Down

0 comments on commit a9dfc56

Please sign in to comment.