Skip to content

Commit

Permalink
Update to Alpine 3.21, install Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor committed Dec 17, 2024
1 parent 5042884 commit ee8f698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM alpine:3.18 AS buildbase
FROM alpine:3.21 AS buildbase

RUN apk add --update --no-cache clang llvm lld cmake make pkgconf
RUN apk add --update --no-cache build-base flex bison
RUN apk add --update --no-cache build-base flex bison cargo

LABEL org.opencontainers.image.source https://github.com/XboxDev/nxdk-buildbase


FROM alpine:3.18 AS runbase
FROM alpine:3.21 AS runbase

RUN apk add --update --no-cache clang llvm lld cmake make pkgconf

Expand Down

0 comments on commit ee8f698

Please sign in to comment.