Skip to content

Commit 6a73605

Browse files
authored
Merge pull request #449 from wader/bump-alpine-3.20.0
Update alpine to 3.20.0 from 3.19.1
2 parents 73c1c6d + 5449e3c commit 6a73605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bump: alpine /FROM alpine:([\d.]+)/ docker:alpine|^3
22
# bump: alpine link "Release notes" https://alpinelinux.org/posts/Alpine-$LATEST-released.html
3-
FROM alpine:3.19.1 AS builder
3+
FROM alpine:3.20.0 AS builder
44

55
RUN apk add --no-cache \
66
coreutils \

0 commit comments

Comments
 (0)