Skip to content

Commit

Permalink
fix: LegacyKeyValueFormat: "ENV key=value" should be used instead of …
Browse files Browse the repository at this point in the history
…legacy "ENV key value" format
  • Loading branch information
rwaffen committed Nov 15, 2024
1 parent 5a25cb7 commit 84dcc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $BASE_IMAGE AS builder

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

ARG RUBYGEM_FACTER
ENV RUBYGEM_FACTER=${RUBYGEM_FACTER:-4.8.0}
Expand Down

0 comments on commit 84dcc77

Please sign in to comment.