Skip to content

Commit

Permalink
update versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Sep 19, 2020
1 parent c9e91e6 commit 6798b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 6798b2f

Please sign in to comment.