Skip to content

Commit

Permalink
bug: fix RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
mhzawadi committed Jul 1, 2024
1 parent 0a4ed20 commit e204c6b
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 @@ -11,7 +11,7 @@ RUN apk update && \
&& mkdir -p /run/nginx \
&& rm -f /var/cache/apk/*; \
[ -f /usr/bin/php ] && rm -f /usr/bin/php; \
ln -s /usr/bin/php82 /usr/bin/php; \
ln -s /usr/bin/php82 /usr/bin/php;

# Calculate download URL
ENV VERSION 5.2.1

Check warning on line 17 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 17 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down

0 comments on commit e204c6b

Please sign in to comment.