Skip to content

Commit 1a6f2c9

Browse files
committed
Fix Ruby version
1 parent b39a523 commit 1a6f2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/ruby/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.6
22

3-
RUN apk add --no-cache ruby bash
3+
RUN apk add --no-cache ruby=2.5.1 bash
44

55
COPY ./compile.sh /bin/compile.sh
66
COPY ./run.sh /bin/run.sh

0 commit comments

Comments
 (0)