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

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] 2024-01-06 00:08:17 +01:00 committed by GitHub
parent 4db671a43a
commit 8f1ab30246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 13 deletions

View file

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

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-nodejs:0.1.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -7,16 +7,14 @@ ARG THE_LOUNGE_VERSION="v4.4.1"
# hadolint ignore=DL3003
RUN \
apk add --no-cache --virtual .build-dependencies \
g++=12.2.1_git20220924-r10 \
git=2.40.1-r0 \
make=4.4.1-r1 \
python3=3.11.6-r0 \
yarn=1.22.19-r0 \
g++=13.2.1_git20231014-r0 \
git=2.43.0-r0 \
make=4.4.1-r2 \
python3=3.11.6-r1 \
\
&& apk add --no-cache \
icu-data-full=73.2-r2 \
nginx=1.24.0-r7 \
nodejs=18.18.2-r0 \
icu-data-full=74.1-r0 \
nginx=1.24.0-r14 \
\
&& yarn global add \
modclean@3.0.0-beta.1 \

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-nodejs:0.1.0
amd64: ghcr.io/hassio-addons/base-nodejs:0.1.0
armv7: ghcr.io/hassio-addons/base-nodejs:0.1.0
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev