Skip to content

Commit 3da01f1

Browse files
authored
bump the dockerfile base image to nixos/nix:2.11.0 (#114)
## Summary The recommended base image in https://nixos.org/download.html#nix-install-docker is `nixos/nix:2.11.0`. Can we bump to this? Are there any (hidden) dependencies with some other pieces (like pinned nix packages version?)? ## How was it tested? sanity test: ``` > cd testdata/go/go-1.19 > devbox build > docker run devbox ```
1 parent 0e947c8 commit 3da01f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpl/Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
# BASE IMAGE
4-
FROM nixos/nix:2.10.3 as base
4+
FROM nixos/nix:2.11.0 as base
55
WORKDIR /scratch
66
# Setup shell so that we catch any errors early
77
SHELL [ "/bin/sh", "-eux", "-o", "pipefail", "-c"]

0 commit comments

Comments
 (0)