diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-05-04 18:50:58 +0200 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-05-04 19:14:56 +0200 |
commit | e36f158f6547ea78da7926689cc6444f67b2a068 (patch) | |
tree | 14468b6b65b39ed6af970708550da80d42a4fa59 /debian | |
parent | 3e331d51d19f4335fa7c2583ce855d7acc1ece21 (diff) | |
download | docker-nix-e36f158f6547ea78da7926689cc6444f67b2a068.tar.gz docker-nix-e36f158f6547ea78da7926689cc6444f67b2a068.tar.zst docker-nix-e36f158f6547ea78da7926689cc6444f67b2a068.zip |
nix: upgrade from 2.3.1 to 2.3.4
Mostly bugfixes inside nix itself ✨
Diffstat (limited to 'debian')
-rw-r--r-- | debian/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/Dockerfile b/debian/Dockerfile index 7e4eaea..e5d410e 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile | |||
@@ -2,7 +2,7 @@ | |||
2 | FROM debian:stable-slim | 2 | FROM debian:stable-slim |
3 | 3 | ||
4 | ARG NIX_VERSION | 4 | ARG NIX_VERSION |
5 | ENV NIX_VERSION ${NIX_VERSION:-2.3.1} | 5 | ENV NIX_VERSION ${NIX_VERSION:-2.3.4} |
6 | ARG LANG | 6 | ARG LANG |
7 | ENV LANG ${LANG:-"en_US.UTF-8"} | 7 | ENV LANG ${LANG:-"en_US.UTF-8"} |
8 | 8 | ||