Skip to content

Commit

Permalink
Merge pull request #735 from atlassian/dependabot/docker/build/alpine…
Browse files Browse the repository at this point in the history
…-3.21.3

Bump alpine from 3.19.0 to 3.21.3 in /build
  • Loading branch information
hstan authored Feb 25, 2025
2 parents b0852c1 + d1396f7 commit 06e0986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0
FROM alpine:3.21.3

RUN apk --no-cache add \
ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile-multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOARCH=${TARGETARCH} \
-X main.BuildDate=$(date +%Y-%m-%d-%H:%M)" \
${MAIN_PKG}

FROM alpine:3.19.0
FROM alpine:3.21.3

RUN apk --no-cache add \
ca-certificates
Expand Down

0 comments on commit 06e0986

Please # to comment.