nix: Remove deprecation warning for dockerTools.buildImage { contents }
Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
committed by
Wolfgang Walther
parent
3d2880d40a
commit
88b5966a44
@@ -8,7 +8,7 @@ let
|
|||||||
dockerTools.buildImage {
|
dockerTools.buildImage {
|
||||||
name = "postgrest";
|
name = "postgrest";
|
||||||
tag = "latest";
|
tag = "latest";
|
||||||
contents = postgrest;
|
copyToRoot = postgrest;
|
||||||
|
|
||||||
# Set the current time as the image creation date. This makes the build
|
# Set the current time as the image creation date. This makes the build
|
||||||
# non-reproducible, but that should not be an issue for us.
|
# non-reproducible, but that should not be an issue for us.
|
||||||
|
|||||||
Reference in New Issue
Block a user