Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/theme-park/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM nginxinc/nginx-unprivileged:1.30.0
FROM nginxinc/nginx-unprivileged:1.31.2

ARG TARGETPLATFORM
ARG VERSION
ARG CHANNEL

USER root
ENV NGINX_WEB_ROOT "/usr/share/nginx/html"

Check warning on line 8 in apps/theme-park/Dockerfile

View workflow job for this annotation

GitHub Actions / images-build / Build and test (theme-park, stable)

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 8 in apps/theme-park/Dockerfile

View workflow job for this annotation

GitHub Actions / images-build / Build and test (theme-park, stable)

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/

#hadolint ignore=DL3008
RUN \
Expand Down
Loading