You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
0 commit comments