Skip to content

Commit 0f7d040

Browse files
committed
Update Ruby Dockerfile
1 parent f9dff0c commit 0f7d040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/ruby/Dockerfile

+1-1
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=2.5.1 bash
3+
RUN apk add --no-cache ruby="2.4.4-r0" bash
44

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

0 commit comments

Comments
 (0)