mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Docker ha-addon switch to nginx-light (#3218)
This commit is contained in:
parent
34c229fd33
commit
953f0569fb
1 changed files with 1 additions and 1 deletions
|
@ -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}/* \
|
||||
|
|
Loading…
Reference in a new issue