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

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-05-16 22:03:08 +02:00 committed by GitHub
parent fd950dd04d
commit 000272e57c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 28 deletions

View file

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

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -10,29 +10,29 @@ ARG GROCY_VERSION="v3.3.2"
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
composer=2.4.4-r0 \
nginx=1.22.1-r0 \
patch=2.7.6-r9 \
php81-ctype=8.1.18-r0 \
php81-exif=8.1.18-r0 \
php81-fileinfo=8.1.18-r0 \
php81-fpm=8.1.18-r0 \
php81-gd=8.1.18-r0 \
php81-iconv=8.1.18-r0 \
php81-intl=8.1.18-r0 \
php81-ldap=8.1.18-r0 \
php81-mbstring=8.1.18-r0 \
php81-opcache=8.1.18-r0 \
php81-pdo_sqlite=8.1.18-r0 \
php81-pdo=8.1.18-r0 \
php81-simplexml=8.1.18-r0 \
php81-tokenizer=8.1.18-r0 \
php81=8.1.18-r0 \
composer=2.5.5-r0 \
nginx=1.24.0-r3 \
patch=2.7.6-r10 \
php81-ctype=8.1.19-r2 \
php81-exif=8.1.19-r2 \
php81-fileinfo=8.1.19-r2 \
php81-fpm=8.1.19-r2 \
php81-gd=8.1.19-r2 \
php81-iconv=8.1.19-r2 \
php81-intl=8.1.19-r2 \
php81-ldap=8.1.19-r2 \
php81-mbstring=8.1.19-r2 \
php81-opcache=8.1.19-r2 \
php81-pdo_sqlite=8.1.19-r2 \
php81-pdo=8.1.19-r2 \
php81-simplexml=8.1.19-r2 \
php81-tokenizer=8.1.19-r2 \
php81=8.1.19-r2 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.38.5-r0 \
php81-openssl=8.1.18-r0 \
php81-phar=8.1.18-r0 \
git=2.40.1-r0 \
php81-openssl=8.1.19-r2 \
php81-phar=8.1.19-r2 \
yarn=1.22.19-r0 \
\
&& yarn global add modclean \

View file

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