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.
1 parent b39a523 commit 1a6f2c9Copy full SHA for 1a6f2c9
containers/ruby/Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3.6
2
3
-RUN apk add --no-cache ruby bash
+RUN apk add --no-cache ruby=2.5.1 bash
4
5
COPY ./compile.sh /bin/compile.sh
6
COPY ./run.sh /bin/run.sh
0 commit comments