Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /