Skip to content

Commit d1396f7

Browse files
authoredFeb 25, 2025
Bump alpine from 3.19.0 to 3.21.3 in /build
Bumps alpine from 3.19.0 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0852c1 commit d1396f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19.0
1+
FROM alpine:3.21.3
22

33
RUN apk --no-cache add \
44
ca-certificates

‎build/Dockerfile-multiarch

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOARCH=${TARGETARCH} \
2222
-X main.BuildDate=$(date +%Y-%m-%d-%H:%M)" \
2323
${MAIN_PKG}
2424

25-
FROM alpine:3.19.0
25+
FROM alpine:3.21.3
2626

2727
RUN apk --no-cache add \
2828
ca-certificates

0 commit comments

Comments
 (0)
Failed to load comments.