We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dff0c commit 0f7d040Copy full SHA for 0f7d040
containers/ruby/Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3.6
2
3
-RUN apk add --no-cache ruby=2.5.1 bash
+RUN apk add --no-cache ruby="2.4.4-r0" bash
4
5
COPY ./compile.sh /bin/compile.sh
6
COPY ./run.sh /bin/run.sh
0 commit comments