Skip to content

Commit e02bf9e

Browse files
authored
Merge pull request #111 from wader/bump-alpine-3.18.2
Update alpine to 3.18.2 from 3.18.0
2 parents 5d33076 + 28704fe commit e02bf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN cmd/bump/main_test.sh /bump
1717

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

0 commit comments

Comments
 (0)