Skip to content

Commit fb7b77c

Browse files
Bump alpine from 3.20.3 to 3.21.0 in /cicd (#210)
* Bump alpine from 3.20.3 to 3.21.0 in /cicd Bumps alpine from 3.20.3 to 3.21.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bump dependency release to 0.16.1 --------- 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>
1 parent 9726f64 commit fb7b77c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cicd/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#syntax=docker/dockerfile-upstream:1.5
22
ARG GO_APP
33

4-
FROM alpine:3.20.3 as deps
4+
FROM alpine:3.21.0 as deps
55

66
ARG GO_APP
77
ARG GORELEASER_DIST_DIR=/go/src/dist
@@ -28,7 +28,7 @@ RUN <<EOT
2828
cp ${BIN_PATH} /go/bin
2929
EOT
3030

31-
FROM alpine:3.20.3
31+
FROM alpine:3.21.0
3232

3333
ARG GO_APP
3434
ENV GO_APP ${GO_APP}

cicd/tag-deps-version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.15.1
2-
0.15.2
1+
0.16.0
2+
0.16.1

0 commit comments

Comments
 (0)