We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03eb0d1 + 6864503 commit 014381dCopy full SHA for 014381d
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ ARG version=latest
3
ARG variant=
4
ARG packages=
5
6
-FROM ${os}:${version}${variant} AS assets
+FROM ghcr.io/ruby/${os}:${version}${variant} AS assets
7
ARG os
8
ARG version
9
ARG variant
@@ -42,7 +42,7 @@ RUN wget \
42
--no-modify-path \
43
-y
44
45
-FROM ${os}:${version}${variant} AS compilers
+FROM ghcr.io/ruby/${os}:${version}${variant} AS compilers
46
ARG packages
47
48
LABEL maintainer=shyouhei@ruby-lang.org
0 commit comments