Skip to content

Commit 8d5992a

Browse files
committed
Update alpine to 3.22
1 parent 63c9345 commit 8d5992a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

container/mise/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
FROM alpine:3.21
1+
FROM alpine:3.22
22
LABEL org.opencontainers.image.source=https://github.com/code0-tech/reticulum
33

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
4+
RUN apk add bash curl tar mise

0 commit comments

Comments
 (0)