fixup dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 30 Aug 2024 00:47:40 +0000 (02:47 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 30 Aug 2024 00:47:40 +0000 (02:47 +0200)
Dockerfile

index 0e65691d7edc81c530db9ad4694ddd743ba28f9a..f116fa0172e2c4172ff5bf48f62ed805fcc9d710 100644 (file)
@@ -2,7 +2,8 @@
 
 FROM python:3.12-alpine3.20
 
-ARG MASS_VERSION=2.3.0b8
+ARG MASS_VERSION
+ARG TARGETPLATFORM
 
 RUN set -x \
     && apk add --no-cache \