We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bc98e commit 19a416bCopy full SHA for 19a416b
Dockerfile
@@ -14,7 +14,7 @@ COPY cmd cmd
14
# Build
15
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o gitops-zombies cmd/*
16
17
-FROM alpine:3.17 as gitops-zombies-cli
+FROM alpine:3.18 as gitops-zombies-cli
18
WORKDIR /
19
COPY --from=builder /workspace/gitops-zombies /usr/bin/
20
USER 65532:65532
Dockerfile.release
@@ -1,4 +1,4 @@
1
-FROM alpine:3.17
+FROM alpine:3.18
2
3
COPY gitops-zombies /usr/bin/gitops-zombies
4
0 commit comments