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 5a25cb7 commit 84dcc77Copy full SHA for 84dcc77
Dockerfile
@@ -4,7 +4,7 @@ FROM $BASE_IMAGE AS builder
4
5
# Gems have to be ARG and ENV because they are used as reference in the Gemfile
6
ARG RUBYGEM_PUPPET
7
-ENV RUBYGEM_PUPPET ${RUBYGEM_PUPPET:-8.8.1}
+ENV RUBYGEM_PUPPET=${RUBYGEM_PUPPET:-8.8.1}
8
9
ARG RUBYGEM_FACTER
10
ENV RUBYGEM_FACTER=${RUBYGEM_FACTER:-4.8.0}
0 commit comments