Skip to content

Commit fc43b38

Browse files
Bump alpine from 3.21.2 to 3.21.3 in /cicd
Bumps alpine from 3.21.2 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c5157e commit fc43b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.21.2 as deps
4+
FROM alpine:3.21.3 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.21.2
31+
FROM alpine:3.21.3
3232

3333
ARG GO_APP
3434
ENV GO_APP ${GO_APP}

0 commit comments

Comments
 (0)