From a34b24fdd8dae727b78537c62d67100e8b231326 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 19 Dec 2021 20:09:26 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2011.0.0=20(#239)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glances/Dockerfile | 12 ++++++------ glances/build.yaml | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index f08ccfe..a0f2ba5 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -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.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -12,20 +12,20 @@ COPY requirements.txt /tmp/ ARG BUILD_ARCH=amd64 RUN \ apk add --no-cache --virtual .build-dependencies \ - automake=1.16.3-r0 \ + automake=1.16.4-r1 \ build-base=0.5-r2 \ linux-headers=5.10.41-r0 \ - python3-dev=3.9.5-r1 \ + python3-dev=3.9.7-r4 \ \ && apk add --no-cache \ - nginx=1.20.1-r3 \ + nginx=1.20.2-r0 \ py3-pip=20.3.4-r1 \ - python3=3.9.5-r1 \ + python3=3.9.7-r4 \ \ && pip3 install \ --no-cache-dir \ --prefer-binary \ - --find-links "https://wheels.home-assistant.io/alpine-3.14/${BUILD_ARCH}/" \ + --find-links "https://wheels.home-assistant.io/alpine-3.15/${BUILD_ARCH}/" \ -r /tmp/requirements.txt \ \ && find /usr/local \ diff --git a/glances/build.yaml b/glances/build.yaml index 2e7b37a..ef8af69 100644 --- a/glances/build.yaml +++ b/glances/build.yaml @@ -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.0.0 + amd64: ghcr.io/hassio-addons/base/amd64:11.0.0 + armhf: ghcr.io/hassio-addons/base/armhf:11.0.0 + armv7: ghcr.io/hassio-addons/base/armv7:11.0.0 + i386: ghcr.io/hassio-addons/base/i386:11.0.0