We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5042884 commit ee8f698Copy full SHA for ee8f698
Dockerfile
@@ -1,12 +1,12 @@
1
-FROM alpine:3.18 AS buildbase
+FROM alpine:3.21 AS buildbase
2
3
RUN apk add --update --no-cache clang llvm lld cmake make pkgconf
4
-RUN apk add --update --no-cache build-base flex bison
+RUN apk add --update --no-cache build-base flex bison cargo
5
6
LABEL org.opencontainers.image.source https://github.com/XboxDev/nxdk-buildbase
7
8
9
-FROM alpine:3.18 AS runbase
+FROM alpine:3.21 AS runbase
10
11
12
0 commit comments