Skip to content

Commit

Permalink
Default docker build python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Nov 20, 2023
1 parent e0f8f00 commit 2f7ac34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsmrreader/provisioning/docker/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Dockerfile for DSMR-reader development only, NEVER use in production! #
#########################################################################

ARG PYTHON_VERSION
ARG PYTHON_VERSION="3.11"

### Base: OS + venv + base requirements
FROM python:${PYTHON_VERSION}-bullseye AS local-dsmrreader-base
Expand Down

0 comments on commit 2f7ac34

Please sign in to comment.