⬆️ Upgrades add-on base image to 11.1.0

This commit is contained in:
Franck Nijhof 2022-03-21 23:55:57 +01:00
parent 23c68090c0
commit 2dcd857cfa
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.1.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -16,9 +16,9 @@ RUN \
\
&& apk add --no-cache \
nginx=1.20.2-r0 \
nodejs-current=16.11.1-r0 \
nodejs=16.14.0-r \
openssl=1.1.1n-r0 \
yarn=1.22.10-r0 \
yarn=1.22.17-r0 \
\
&& mkdir -p /opt/panel \
&& curl -L -s "https://github.com/timmo001/home-panel/releases/download/v2.11.6/home-panel.tar.gz" \

View file

@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:10.2.2
amd64: ghcr.io/hassio-addons/base/amd64:10.2.2
armhf: ghcr.io/hassio-addons/base/armhf:10.2.2
armv7: ghcr.io/hassio-addons/base/armv7:10.2.2
i386: ghcr.io/hassio-addons/base/i386:10.2.2
aarch64: ghcr.io/hassio-addons/base/aarch64:11.1.0
amd64: ghcr.io/hassio-addons/base/amd64:11.1.0
armhf: ghcr.io/hassio-addons/base/armhf:11.1.0
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0
i386: ghcr.io/hassio-addons/base/i386:11.1.0