Skip to content

Commit

Permalink
chore: update Alpine to 3.19
Browse files Browse the repository at this point in the history
This is necessary to compile V8 with C++20 support.

Refs: nodejs/node#45427
  • Loading branch information
targos authored and rvagg committed May 6, 2024
1 parent f298882 commit d8eaee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/musl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

ARG GID=1000
ARG UID=1000
Expand Down

0 comments on commit d8eaee5

Please sign in to comment.