From 6cc1ba7bb28476b052b24c0bdc608e22c8b8445d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 14 Dec 2022 12:45:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2013.0.0=20(#306)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glances/Dockerfile | 8 ++++---- glances/build.yaml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index d235f49..afd40b5 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.7 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -13,12 +13,12 @@ COPY requirements.txt /tmp/ RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r3 \ - py3-pip=22.1.1-r0 \ - python3-dev=3.10.9-r0 \ + py3-pip=22.3.1-r1 \ + python3-dev=3.10.9-r1 \ \ && apk add --no-cache \ nginx=1.22.1-r0 \ - python3=3.10.9-r0 \ + python3=3.10.9-r1 \ \ && pip3 install -r /tmp/requirements.txt \ \ diff --git a/glances/build.yaml b/glances/build.yaml index fa39b5c..e3d1f7d 100644 --- a/glances/build.yaml +++ b/glances/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:12.2.7 - amd64: ghcr.io/hassio-addons/base:12.2.7 - armhf: ghcr.io/hassio-addons/base:12.2.7 - armv7: ghcr.io/hassio-addons/base:12.2.7 - i386: ghcr.io/hassio-addons/base:12.2.7 + aarch64: ghcr.io/hassio-addons/base:13.0.0 + amd64: ghcr.io/hassio-addons/base:13.0.0 + armhf: ghcr.io/hassio-addons/base:13.0.0 + armv7: ghcr.io/hassio-addons/base:13.0.0 + i386: ghcr.io/hassio-addons/base:13.0.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev