Skip to content

Commit 9fdb08d

Browse files
authored
Merge pull request #73 from code0-tech/update-reticulum-builder
Update reticulum-builder docker version
2 parents b1d04ed + 0979871 commit 9fdb08d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
FROM docker:28.1.1
1+
FROM docker:28.3.0
22
LABEL org.opencontainers.image.source=https://github.com/code0-tech/monoceros
33
ARG RUBY_VERSION
44

5-
RUN echo "@alpine-3-22 http://dl-cdn.alpinelinux.org/alpine/v3.22/community" >> /etc/apk/repositories
6-
RUN apk add bash curl tar build-base tzdata zlib-dev perl linux-headers libffi readline yaml-dev
7-
RUN apk add mise@alpine-3-22
5+
RUN apk add bash curl tar build-base tzdata zlib-dev perl linux-headers libffi readline yaml-dev mise
86
RUN mise install-into ruby@$RUBY_VERSION /usr/local/share/ruby
97
ENV PATH=/usr/local/share/ruby/bin:$PATH

0 commit comments

Comments
 (0)