From 4b8d337d69708606a7499fefbd311a8d29421b48 Mon Sep 17 00:00:00 2001 From: Robert <54006783+babdor@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:58:15 -0700 Subject: [PATCH] upping version (#34) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce5ee2d..ec06bd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM buildpack-deps:jammy # Download Nix and install it into the system. -ARG NIX_VERSION=2.24.5 +ARG NIX_VERSION=2.24.7 RUN wget https://nixos.org/releases/nix/nix-${NIX_VERSION}/nix-${NIX_VERSION}-$(uname -m)-linux.tar.xz \ && tar xf nix-${NIX_VERSION}-$(uname -m)-linux.tar.xz \ && addgroup --system --gid 30000 nixbld \