We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03eb0d1 commit 6864503Copy full SHA for 6864503
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 [email protected]
0 commit comments