Skip to content

Commit

Permalink
Bump alpine from 3.20.0 to 3.20.2 in /cicd (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 4b6ed53 commit 452dafb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cicd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#syntax=docker/dockerfile-upstream:1.5
ARG GO_APP

FROM alpine:3.20.0 as deps
FROM alpine:3.20.2 as deps

ARG GO_APP
ARG GORELEASER_DIST_DIR=/go/src/dist
Expand All @@ -28,7 +28,7 @@ RUN <<EOT
cp ${BIN_PATH} /go/bin
EOT

FROM alpine:3.20.0
FROM alpine:3.20.2

ARG GO_APP
ENV GO_APP ${GO_APP}
Expand Down
4 changes: 2 additions & 2 deletions cicd/tag-deps-version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.14.2
0.14.3
0.15.0
0.15.1

0 comments on commit 452dafb

Please sign in to comment.