Update Dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 17 Mar 2024 23:34:47 +0000 (00:34 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Mar 2024 23:34:47 +0000 (00:34 +0100)
Dockerfile

index 3cc267e4bae7ae394fb799d0341ec45ae24da859..bca8f6bd1c62d6e3f8d735f72e83059cd51e56b3 100644 (file)
@@ -10,6 +10,7 @@ ARG DEBIAN_VERSION="bookworm"
 #####################################################################
 FROM python:${PYTHON_VERSION}-{DEBIAN_VERSION}-slim as wheels-builder
 ARG TARGETPLATFORM
+ARG DEBIAN_VERSION
 
 # Install buildtime packages
 RUN set -x \
@@ -43,6 +44,7 @@ WORKDIR /app
 # Required to persist build arg
 ARG MASS_VERSION
 ARG TARGETPLATFORM
+ARG DEBIAN_VERSION
 
 RUN set -x \
     # add backports repo