Skip to content

Commit c187ba7

Browse files
authored
Merge pull request #14568 from dependabot/jamiemagee/nix-container-chown
2 parents af9ac80 + 63e82fa commit c187ba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM docker.io/nixos/nix:2.34.1 AS nix
44
FROM ghcr.io/dependabot/dependabot-updater-core
55

66
# Copy Nix from the official image
7-
COPY --from=nix /nix /nix
7+
COPY --from=nix --chown=dependabot:dependabot /nix /nix
88

99
# Configure Nix for single-user mode with flakes enabled
1010
RUN mkdir -p /etc/nix \

0 commit comments

Comments
 (0)