Skip to content

Commit

Permalink
Merge pull request #143 from wader/bump-alpine-3.20.0
Browse files Browse the repository at this point in the history
Update alpine to 3.20.0 from 3.19.1
  • Loading branch information
wader authored May 23, 2024
2 parents c57b4c1 + f3aec00 commit cdc0e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cmd/bump/main_test.sh /bump

# bump: alpine /FROM alpine:([\d.]+)/ docker:alpine|^3
# bump: alpine link "Release notes" https://alpinelinux.org/posts/Alpine-$LATEST-released.html
FROM alpine:3.19.1 AS bump-base
FROM alpine:3.20.0 AS bump-base
# git is used by github action code
# curl for convenience
RUN apk add --no-cache \
Expand Down

0 comments on commit cdc0e2a

Please sign in to comment.