Skip to content

Commit

Permalink
Bump alpine from 3.19.1 to 3.20.0 in /cicd (#182)
Browse files Browse the repository at this point in the history
* Bump alpine from 3.19.1 to 3.20.0 in /cicd

Bumps alpine from 3.19.1 to 3.20.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump dependency release to 0.14.3

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Jun 11, 2024
1 parent 47581f9 commit 2a845b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.19.1 as deps
FROM alpine:3.20.0 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.19.1
FROM alpine:3.20.0

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

0 comments on commit 2a845b7

Please sign in to comment.