From fb89dd1c45ce15e78faed0ba284bbf12d3edbc68 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Tue, 12 Mar 2024 22:42:59 +0100 Subject: [PATCH] snowflake: pin image -- reduces disk usages SIGNIFICANTLY --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1dd3b33..237483d 100644 --- a/Containerfile +++ b/Containerfile @@ -8,7 +8,7 @@ # SSH. The token should be passed as the GIT_PASSWORD environment variable. # [1] https://git.caspervk.net/user/settings/applications -FROM nixos/nix:latest +FROM nixos/nix:2.21.0 CMD git clone https://caspervk:$GIT_PASSWORD@git.caspervk.net/caspervk/nixos.git && \ cd nixos/ && \