We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f8f00 commit 2f7ac34Copy full SHA for 2f7ac34
dsmrreader/provisioning/docker/Dockerfile-dev
@@ -4,7 +4,7 @@
4
# Dockerfile for DSMR-reader development only, NEVER use in production! #
5
#########################################################################
6
7
-ARG PYTHON_VERSION
+ARG PYTHON_VERSION="3.11"
8
9
### Base: OS + venv + base requirements
10
FROM python:${PYTHON_VERSION}-bullseye AS local-dsmrreader-base
0 commit comments