Skip to content

Commit

Permalink
dockerTools: set mtime to epoch by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tomberek committed Sep 25, 2024
1 parent 847b473 commit c2c1f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/docker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ rec {
, config ? { }
, architecture ? defaultArchitecture
, created ? "1970-01-01T00:00:01Z"
, mtime ? created
, mtime ? "1970-01-01T00:00:01Z"
, uid ? 0
, gid ? 0
, uname ? "root"
Expand Down

0 comments on commit c2c1f3c

Please sign in to comment.