1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

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

View File

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