Skip to content

Commit

Permalink
Mint 3.18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Aug 29, 2024
1 parent 110fe5f commit a8eb712
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
@@ -1,4 +1,4 @@
FROM ghcr.io/unb-libraries/nginx:3.17.x
FROM ghcr.io/unb-libraries/nginx:3.18.x

ENV COMPOSER_INSTALL "composer install --prefer-dist --no-interaction --no-progress"

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / build-push-images / Build Image

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/
ENV COMPOSER_MEMORY_LIMIT -1

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / build-push-images / Build Image

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 a8eb712

Please sign in to comment.