From e36f158f6547ea78da7926689cc6444f67b2a068 Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Mon, 4 May 2020 18:50:58 +0200 Subject: nix: upgrade from 2.3.1 to 2.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mostly bugfixes inside nix itself ✨ --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alpine') diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 1da307a..2c4ae1f 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -2,7 +2,7 @@ FROM alpine ARG NIX_VERSION -ENV NIX_VERSION ${NIX_VERSION:-2.3.1} +ENV NIX_VERSION ${NIX_VERSION:-2.3.4} ARG LANG ENV LANG ${LANG:-"en_US.UTF-8"} -- cgit v1.2.3