Skip to content

Commit 361a040

Browse files
committed
Update build
1 parent 117ebcf commit 361a040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/Dockerfile.scratch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN addgroup -g 10001 -S dockergrp && \
1616
FROM scratch
1717

1818
# Copy temp directory with correct ownership
19-
COPY --from=usersetup /tmpdir /tmp
19+
COPY --from=usersetup --chown=10001:10001 /tmpdir /tmp
2020

2121
# Security: Copy user information and switch to non-root user
2222
COPY --from=usersetup /etc/passwd /etc/passwd

0 commit comments

Comments
 (0)