aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker.nix b/docker.nix
index 56af61e..1164bd8 100644
--- a/docker.nix
+++ b/docker.nix
@@ -15,6 +15,12 @@ let
imageName = "alpine";
imageDigest = "sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748";
# https://nixos.wiki/wiki/Docker
+ #
+ # The above article didn't even work for me, ROFL.
+ # `nix-build docker.nix` threw an error about the sha256 being
+ # incorrect, but it also spat our the expected sha256...
+ #
+ # so I just replaced it...
sha256 = "1z6fh6ry14m5cpcjfg88vn2m36garmgdagr4vfc3pm1z3kph639n";
finalImageTag = "alpine";
finalImageName = "3.13.5";