From 3efdd39e084b13ca08a96dc1415578300041e6b0 Mon Sep 17 00:00:00 2001 From: ancient123 Date: Tue, 5 Sep 2023 10:14:46 -0600 Subject: [PATCH] 2.17.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08e9404..6e52c47 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.16.1 +ARG NIX_VERSION=2.17.0 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 \