Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions recipes/musl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.22

ARG GID=1000
ARG UID=1000
Expand All @@ -20,7 +20,9 @@ RUN apk add --no-cache \
make \
python3 \
ccache \
xz
xz \
rust \
cargo

COPY --chown=node:node run.sh /home/node/run.sh

Expand Down