mirror of
https://github.com/hassio-addons/addon-mqtt.git
synced 2025-05-07 04:31:26 +00:00
Upgrade NGINX and its dependencies
This commit is contained in:
parent
59d5b6dee2
commit
a33b4e4734
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ RUN \
|
|||
openssl-dev=1.1.1b-r1 \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
nginx=1.14.2-r0 \
|
||||
lua-resty-http=0.12-r1 \
|
||||
nginx-mod-http-lua=1.14.2-r0 \
|
||||
nginx=1.14.2-r1 \
|
||||
lua-resty-http=0.13-r0 \
|
||||
nginx-mod-http-lua=1.14.2-r1 \
|
||||
\
|
||||
&& git clone --depth=1 \
|
||||
https://github.com/hivemq/hivemq-mqtt-web-client.git /app \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue