Adding Docker build env var for version

This commit is contained in:
= 2025-12-15 10:38:25 -05:00
parent b735deced7
commit 9b7a98011e

View File

@ -1,6 +1,6 @@
FROM alpine:3.20 AS build FROM alpine:3.20 AS build
ARG VERSION ARG VERSION=dev
RUN apk --no-cache --repository community add \ RUN apk --no-cache --repository community add \
dotnet8-sdk dotnet8-sdk