We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63c9345 + 8d5992a commit c1ef754Copy full SHA for c1ef754
1 file changed
container/mise/Dockerfile
@@ -1,6 +1,4 @@
1
-FROM alpine:3.21
+FROM alpine:3.22
2
LABEL org.opencontainers.image.source=https://github.com/code0-tech/reticulum
3
4
-RUN echo "@edge http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
5
-RUN apk add bash curl tar
6
-RUN apk add mise@edge
+RUN apk add bash curl tar mise
0 commit comments