diff --git a/README.md b/README.md index 571ef2b..58b8a86 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The current [official docker image for nix](https://hub.docker.com/r/nixos/nix/) All the images are based on the latest baseimage, previous versions are available in my repository [https://hub.docker.com/r/lnl7/nix/tags](https://hub.docker.com/r/lnl7/nix/tags). +- `lnl7/nix:2020-09-11` (2.3.7) - `lnl7/nix:2020-06-07` (2.3.6) - `lnl7/nix:2020-03-07` (2.3.3) - `lnl7/nix:2019-03-01` (2.2) @@ -48,7 +49,7 @@ nix-repl> ## Building an Image ```Dockerfile -FROM lnl7/nix:2.3.6 +FROM lnl7/nix:2.3.7 RUN nix-env -iA \ nixpkgs.curl \