Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.18 (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 10, 2023
1 parent 73bc98e commit 19a416b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY cmd cmd
# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o gitops-zombies cmd/*

FROM alpine:3.17 as gitops-zombies-cli
FROM alpine:3.18 as gitops-zombies-cli
WORKDIR /
COPY --from=builder /workspace/gitops-zombies /usr/bin/
USER 65532:65532
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.18
WORKDIR /
COPY gitops-zombies /usr/bin/gitops-zombies
USER 65532:65532
Expand Down

0 comments on commit 19a416b

Please sign in to comment.