From 0fab49011e97c085cb3b0a2e42bfad2f9b2cd92f Mon Sep 17 00:00:00 2001 From: Robert <54006783+babdor@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:44:53 -0600 Subject: [PATCH] version up (#35) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ec06bd6..c22c746 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.7 +ARG NIX_VERSION=2.24.9 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 \