From 7473d918884313525c9e755766cf5296eb26cf94 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Wed, 20 Mar 2024 00:50:22 +0100 Subject: [PATCH] Revert "snowflake: pin image -- reduces disk usages SIGNIFICANTLY" That wasn't the cause of the disk usage.. This reverts commit fb89dd1c45ce15e78faed0ba284bbf12d3edbc68. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 237483d..1dd3b33 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:2.21.0 +FROM nixos/nix:latest CMD git clone https://caspervk:$GIT_PASSWORD@git.caspervk.net/caspervk/nixos.git && \ cd nixos/ && \