Build arguments

This commit is contained in:
Kroese 2023-04-17 18:48:38 +02:00 committed by GitHub
parent f7f1823ff2
commit e3bce8e8b3

View File

@ -52,8 +52,8 @@ ENV CPU_CORES 1
ENV DISK_SIZE 16G
ENV RAM_SIZE 512M
ARG BUILD_ARG 0
ARG VERSION_ARG "0.0"
ARG BUILD_ARG=0
ARG VERSION_ARG="0.0"
ENV BUILD=$BUILD_ARG
ENV VERSION=$VERSION_ARG