feat: Update version file path (#1749)

This commit is contained in:
Kroese
2026-05-29 16:31:47 +02:00
committed by GitHub
parent 6e45deea2f
commit ba478700de
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ FROM dockurr/windows-arm:${VERSION_ARG} AS build-arm64
FROM build-${TARGETARCH}
ARG VERSION_ARG="0.00"
RUN echo "$VERSION_ARG" > /run/version
RUN echo "$VERSION_ARG" > /etc/version
VOLUME /storage
EXPOSE 3389 8006