From d7db3dbcf09fe8940319777df11c956bb78dddd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 17 Dec 2020 14:52:08 +0100 Subject: Upgrade nix version --- alpine/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'alpine') diff --git a/alpine/Dockerfile b/alpine/Dockerfile index f6ea60c..db794af 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -2,7 +2,7 @@ FROM alpine ARG NIX_VERSION -ENV NIX_VERSION ${NIX_VERSION:-2.3.4} +ENV NIX_VERSION ${NIX_VERSION:-2.3.9} ARG LANG ENV LANG ${LANG:-"en_US.UTF-8"} @@ -32,8 +32,7 @@ SHELL ["/usr/bin/env", "bash", "-l", "-c"] # Create bash profile COPY --chown=nixuser:nixuser files/.profile ${HOME}/.profile -RUN nix-channel --add https://nixos.org/channels/nixpkgs-19.09-darwin nixpkgs \ - && nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable \ +RUN nix-channel --add https://nixos.org/channels/nixos-unstable nixpkgs \ && nix-channel --update # Propagate UTF8 -- cgit v1.2.3