Skip to content

Commit

Permalink
Merge pull request #27 from EspressoSystems/2.19
Browse files Browse the repository at this point in the history
Update nix to 2.19
  • Loading branch information
Ancient123 authored Dec 4, 2023
2 parents 1a3c75e + 9f456a3 commit b836a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM buildpack-deps:jammy

# Download Nix and install it into the system.
ARG NIX_VERSION=2.17.0
ARG NIX_VERSION=2.19.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 \
Expand Down

0 comments on commit b836a96

Please sign in to comment.