We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5756642 commit fe516cdCopy full SHA for fe516cd
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM lmnetworks/ruby:2.5.5_20190723
+FROM lmnetworks/ruby:2.5.7_20191014
2
3
LABEL image_name="lmnetworks/puppet-dev"
4
LABEL maintainer="info@lm-net.it"
5
6
# Ruby cri-2.15.6 introduces a regression in r10k
7
# https://github.com/puppetlabs/r10k/issues/936#issuecomment-498189406
8
-RUN apk add --no-cache git=2.22.0-r0 ruby-etc=2.5.5-r0 ruby-json=2.5.5-r0 && \
9
- gem install --no-ri --no-rdoc puppet:6.6.0 puppet-lint:2.3.6 cri:'<= 2.15.5' r10k:3.3.0 && \
+RUN apk add --no-cache git=2.22.0-r0 ruby-etc=2.5.7-r0 ruby-json=2.5.7-r0 && \
+ gem install --no-ri --no-rdoc puppet:6.10.0 puppet-lint:2.4.1 cri:'<= 2.15.5' r10k:3.3.0 && \
10
rm -rf /var/lib/gems/*/cache
0 commit comments