⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 (#279)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
renovate[bot] 2023-12-09 14:24:23 +01:00 committed by GitHub
parent cf520f1fe4
commit 0e0463336c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_18/{{package}}"
"depNameTemplate": "alpine_3_19/{{package}}"
}
],
"packageRules": [

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.3.3
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -10,12 +10,12 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
git=2.40.1-r0 \
git=2.43.0-r0 \
\
&& apk add --no-cache \
go=1.20.11-r0 \
iptables=1.8.9-r2 \
libqrencode=4.1.1-r1 \
go=1.21.5-r0 \
iptables=1.8.10-r1 \
libqrencode=4.1.1-r2 \
openresolv=3.13.2-r0 \
wireguard-tools=1.0.20210914-r3 \
\

View file

@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:14.3.3
amd64: ghcr.io/hassio-addons/base:14.3.3
armv7: ghcr.io/hassio-addons/base:14.3.3
aarch64: ghcr.io/hassio-addons/base:15.0.1
amd64: ghcr.io/hassio-addons/base:15.0.1
armv7: ghcr.io/hassio-addons/base:15.0.1
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev