Skip to content

Commit 2f7ac34

Browse files
Default docker build python version
1 parent e0f8f00 commit 2f7ac34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsmrreader/provisioning/docker/Dockerfile-dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Dockerfile for DSMR-reader development only, NEVER use in production! #
55
#########################################################################
66

7-
ARG PYTHON_VERSION
7+
ARG PYTHON_VERSION="3.11"
88

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

0 commit comments

Comments
 (0)