Skip to content

Commit 4180407

Browse files
authored
Merge pull request #11 from LeSuisse/nix-2.6.0
NIX_IMAGE: 2.5.1 -> 2.6.0
2 parents 2f488c7 + bddf830 commit 4180407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GOLANG_IMAGE=golang:1.17.5-alpine@sha256:4918412049183afe42f1ecaf8f5c2a88917c2eab153ce5ecf4bf2d55c1507b74
2-
ARG NIX_IMAGE=nixos/nix:2.5.1@sha256:d66c307749b460c054d8edf6191f58ec38c569c8639161d41eb6e4879baf7ff2
2+
ARG NIX_IMAGE=nixos/nix:2.6.0@sha256:f085a81ca39642a405b41f45e8c21a369d89c65ca9f05d3a9b78dc5852d300ff
33

44
FROM ${GOLANG_IMAGE} AS build
55
WORKDIR /src

0 commit comments

Comments
 (0)