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