diff --git a/container/mise/Dockerfile b/container/mise/Dockerfile index 1ddc52de..2682155f 100644 --- a/container/mise/Dockerfile +++ b/container/mise/Dockerfile @@ -1,6 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.22 LABEL org.opencontainers.image.source=https://github.com/code0-tech/reticulum -RUN echo "@edge http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories -RUN apk add bash curl tar -RUN apk add mise@edge +RUN apk add bash curl tar mise