mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
⬆️ Upgrades nginx to 1.14.2-r0
This commit is contained in:
parent
751f516a5b
commit
b3af502766
1 changed files with 7 additions and 7 deletions
|
@ -7,13 +7,13 @@ COPY rootfs /
|
|||
|
||||
# Install packages
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
nodejs-current=9.11.1-r2 \
|
||||
yarn=1.7.0-r0 \
|
||||
nginx=1.14.0-r1 \
|
||||
git=2.18.1-r0 \
|
||||
wget=1.19.5-r0 \
|
||||
inotify-tools=3.20.1-r1
|
||||
apk add --no-cache \
|
||||
nodejs-current=9.11.1-r2 \
|
||||
yarn=1.7.0-r0 \
|
||||
nginx=1.14.2-r0 \
|
||||
git=2.18.1-r0 \
|
||||
wget=1.19.5-r0 \
|
||||
inotify-tools=3.20.1-r1
|
||||
|
||||
# Create nginx directories
|
||||
RUN mkdir -p /run/nginx && mkdir -p /usr/share/nginx/html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue