Skip to content

Commit 19a416b

Browse files
chore(deps): update alpine docker tag to v3.18 (#126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73bc98e commit 19a416b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY cmd cmd
1414
# Build
1515
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o gitops-zombies cmd/*
1616

17-
FROM alpine:3.17 as gitops-zombies-cli
17+
FROM alpine:3.18 as gitops-zombies-cli
1818
WORKDIR /
1919
COPY --from=builder /workspace/gitops-zombies /usr/bin/
2020
USER 65532:65532

Dockerfile.release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17
1+
FROM alpine:3.18
22
WORKDIR /
33
COPY gitops-zombies /usr/bin/gitops-zombies
44
USER 65532:65532

0 commit comments

Comments
 (0)