We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc1a8e commit c917feeCopy full SHA for c917fee
Dockerfile
@@ -10,7 +10,7 @@ ADD . .
10
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-X main.version=${HF_VERSION} -w -s" -o helmfile-nix .
11
12
13
-FROM ghcr.io/remarkable/helmfile-nix/nix-alpine:main@sha256:f2b68366aeaee8b6326fadad95296fa6fd5b152db592805c49848e213a77ce87
+FROM ghcr.io/remarkable/helmfile-nix/nix-alpine:main@sha256:9c3ae911fbd65b01654518471d2d8813a908824eaebca6a08d08dfd4f58b2cfc
14
15
ARG TARGETOS
16
ARG TARGETARCH
0 commit comments