Docker ha-addon switch to nginx-light (#3218)

This commit is contained in:
Otto Winter 2022-02-17 12:07:36 +01:00 committed by GitHub
parent 34c229fd33
commit 953f0569fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ RUN \
apt-get update \
# Use pinned versions so that we get updates with build caching
&& apt-get install -y --no-install-recommends \
nginx=1.18.0-6.1 \
nginx-light=1.18.0-6.1 \
&& rm -rf \
/tmp/* \
/var/{cache,log}/* \