⬆️ Upgrades add-on base image to 13.1.1 (#119)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Remco van Essen 2023-01-18 23:20:13 +01:00 committed by GitHub
parent ccde4a6248
commit 7be47174b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.4
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
chrony=4.2-r0
chrony=4.3-r0
# Copy root filesystem
COPY rootfs /

View file

@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:12.2.4
amd64: ghcr.io/hassio-addons/base:12.2.4
armhf: ghcr.io/hassio-addons/base:12.2.4
armv7: ghcr.io/hassio-addons/base:12.2.4
i386: ghcr.io/hassio-addons/base:12.2.4
aarch64: ghcr.io/hassio-addons/base:13.1.1
amd64: ghcr.io/hassio-addons/base:13.1.1
armhf: ghcr.io/hassio-addons/base:13.1.1
armv7: ghcr.io/hassio-addons/base:13.1.1
i386: ghcr.io/hassio-addons/base:13.1.1
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev