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 b1d04ed + 0979871 commit 9fdb08dCopy full SHA for 9fdb08d
1 file changed
build-images/reticulum-builder.Dockerfile
@@ -1,9 +1,7 @@
1
-FROM docker:28.1.1
+FROM docker:28.3.0
2
LABEL org.opencontainers.image.source=https://github.com/code0-tech/monoceros
3
ARG RUBY_VERSION
4
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
+RUN apk add bash curl tar build-base tzdata zlib-dev perl linux-headers libffi readline yaml-dev mise
8
RUN mise install-into ruby@$RUBY_VERSION /usr/local/share/ruby
9
ENV PATH=/usr/local/share/ruby/bin:$PATH
0 commit comments