Skip to content

Commit

Permalink
Use Python 3.13 for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 7, 2025
1 parent 91489d8 commit 4d5c0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/container/Containerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Containerfile for DSMR-reader DEVELOPMENT only, NEVER use in production! #
############################################################################

ARG PYTHON_VERSION="3.12"
ARG PYTHON_VERSION="3.13"

FROM python:${PYTHON_VERSION}-alpine AS local-dsmrreader-base
WORKDIR /app
Expand Down

0 comments on commit 4d5c0ea

Please sign in to comment.