Skip to content

Commit fe516cd

Browse files
committed
update to lmnetworks/ruby:2.5.7_20191014 and puppet-6.10.0
1 parent 5756642 commit fe516cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM lmnetworks/ruby:2.5.5_20190723
1+
FROM lmnetworks/ruby:2.5.7_20191014
22

33
LABEL image_name="lmnetworks/puppet-dev"
44
LABEL maintainer="info@lm-net.it"
55

66
# Ruby cri-2.15.6 introduces a regression in r10k
77
# 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 && \
8+
RUN apk add --no-cache git=2.22.0-r0 ruby-etc=2.5.7-r0 ruby-json=2.5.7-r0 && \
9+
gem install --no-ri --no-rdoc puppet:6.10.0 puppet-lint:2.4.1 cri:'<= 2.15.5' r10k:3.3.0 && \
1010
rm -rf /var/lib/gems/*/cache

0 commit comments

Comments
 (0)