Skip to content

Commit 55ddf8d

Browse files
committed
moduleroot/Dockerfile.erb: use ruby:2.7
This will use the current version of Ruby 2.7. This change was inspired by the one originally done here: voxpupuli/puppet-puppetboard#309 Also, closes #699.
1 parent 1c946c3 commit 55ddf8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moduleroot/Dockerfile.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5.3
1+
FROM ruby:2.7
22

33
WORKDIR /opt/puppet
44

0 commit comments

Comments
 (0)