Skip to content

Commit ee8f698

Browse files
committed
Update to Alpine 3.21, install Cargo
1 parent 5042884 commit ee8f698

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM alpine:3.18 AS buildbase
1+
FROM alpine:3.21 AS buildbase
22

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

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

88

9-
FROM alpine:3.18 AS runbase
9+
FROM alpine:3.21 AS runbase
1010

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

0 commit comments

Comments
 (0)