We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af9ac80 + 63e82fa commit c187ba7Copy full SHA for c187ba7
1 file changed
nix/Dockerfile
@@ -4,7 +4,7 @@ FROM docker.io/nixos/nix:2.34.1 AS nix
4
FROM ghcr.io/dependabot/dependabot-updater-core
5
6
# Copy Nix from the official image
7
-COPY --from=nix /nix /nix
+COPY --from=nix --chown=dependabot:dependabot /nix /nix
8
9
# Configure Nix for single-user mode with flakes enabled
10
RUN mkdir -p /etc/nix \
0 commit comments