Skip to content

Commit

Permalink
Merge pull request #185 from infosiftr/alpine3.19
Browse files Browse the repository at this point in the history
Update musl variant to build on Alpine 3.19
  • Loading branch information
tianon authored Dec 19, 2023
2 parents 2bee511 + 5557798 commit 0b122f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-builder.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ if env.variant == "musl" then ( -}}
FROM alpine:3.18
FROM alpine:3.19

RUN set -eux; \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion latest-1/musl/Dockerfile.builder

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion latest/musl/Dockerfile.builder

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b122f1

Please sign in to comment.