Skip to content

Commit

Permalink
Update Ruby version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bewuethr committed May 7, 2020
1 parent d48bc6e commit 4d8ffee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7.0-alpine3.11
FROM ruby:2.7.1-alpine3.11
RUN gem install mdl -v 0.9.0
COPY runmdl /runmdl
ENTRYPOINT ["/runmdl"]

0 comments on commit 4d8ffee

Please sign in to comment.