Skip to content

Commit

Permalink
Set explicit Ruby version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito committed Aug 22, 2018
1 parent 86f3a2c commit bb337a0
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,7 +1,7 @@
# Dockerfile # Plots2
# https://github.com/publiclab/plots2

FROM ruby:2.4-stretch
FROM ruby:2.4.4-stretch

LABEL description="This image deploys Plots2."

Expand Down

0 comments on commit bb337a0

Please sign in to comment.