Skip to content

Commit 84dcc77

Browse files
committed
fix: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
1 parent 5a25cb7 commit 84dcc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $BASE_IMAGE AS builder
44

55
# Gems have to be ARG and ENV because they are used as reference in the Gemfile
66
ARG RUBYGEM_PUPPET
7-
ENV RUBYGEM_PUPPET ${RUBYGEM_PUPPET:-8.8.1}
7+
ENV RUBYGEM_PUPPET=${RUBYGEM_PUPPET:-8.8.1}
88

99
ARG RUBYGEM_FACTER
1010
ENV RUBYGEM_FACTER=${RUBYGEM_FACTER:-4.8.0}

0 commit comments

Comments
 (0)