Skip to content

Commit c1ef754

Browse files
authored
Merge pull request #32 from code0-tech/update-alpine-to-3-22
Update alpine to 3.22
2 parents 63c9345 + 8d5992a commit c1ef754

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)