fix: Samba permissions (#1082)

This commit is contained in:
Kroese
2025-03-04 15:57:44 +01:00
committed by GitHub
parent 974d087466
commit 22d318a9b4
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:6.19 / /
COPY --from=qemux/qemu:6.20 / /
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"