Skip to content

Commit

Permalink
Bump alpine from 3.20.2 to 3.20.3 in /cicd (#201)
Browse files Browse the repository at this point in the history
* Bump alpine from 3.20.2 to 3.20.3 in /cicd

Bumps alpine from 3.20.2 to 3.20.3.

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

Signed-off-by: dependabot[bot] <[email protected]>

* bump dependency release to 0.15.2

---------

Signed-off-by: dependabot[bot] <[email protected]>
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 Sep 9, 2024
1 parent 10ffbca commit f8940e4
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.20.2 as deps
FROM alpine:3.20.3 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.2
FROM alpine:3.20.3

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.15.0
0.15.1
0.15.2

0 comments on commit f8940e4

Please sign in to comment.