From 8365495265669b40e75bf5227b92773c75c57909 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 23 Jan 2023 20:24:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2013.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grocy/Dockerfile | 38 +++++++++++++++++++------------------- grocy/build.yaml | 10 +++++----- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 66c79ec..d4d4008 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -12,26 +12,26 @@ RUN \ composer=2.4.4-r0 \ nginx=1.22.1-r0 \ patch=2.7.6-r8 \ - php81-ctype=8.1.13-r0 \ - php81-exif=8.1.13-r0 \ - php81-fileinfo=8.1.13-r0 \ - php81-fpm=8.1.13-r0 \ - php81-gd=8.1.13-r0 \ - php81-iconv=8.1.13-r0 \ - php81-intl=8.1.13-r0 \ - php81-ldap=8.1.13-r0 \ - php81-mbstring=8.1.13-r0 \ - php81-opcache=8.1.13-r0 \ - php81-pdo_sqlite=8.1.13-r0 \ - php81-pdo=8.1.13-r0 \ - php81-simplexml=8.1.13-r0 \ - php81-tokenizer=8.1.13-r0 \ - php81=8.1.13-r0 \ + php81-ctype=8.1.14-r0 \ + php81-exif=8.1.14-r0 \ + php81-fileinfo=8.1.14-r0 \ + php81-fpm=8.1.14-r0 \ + php81-gd=8.1.14-r0 \ + php81-iconv=8.1.14-r0 \ + php81-intl=8.1.14-r0 \ + php81-ldap=8.1.14-r0 \ + php81-mbstring=8.1.14-r0 \ + php81-opcache=8.1.14-r0 \ + php81-pdo_sqlite=8.1.14-r0 \ + php81-pdo=8.1.14-r0 \ + php81-simplexml=8.1.14-r0 \ + php81-tokenizer=8.1.14-r0 \ + php81=8.1.14-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ - git=2.38.2-r0 \ - php81-openssl=8.1.13-r0 \ - php81-phar=8.1.13-r0 \ + git=2.38.3-r1 \ + php81-openssl=8.1.14-r0 \ + php81-phar=8.1.14-r0 \ yarn=1.22.19-r0 \ \ && yarn global add modclean \ diff --git a/grocy/build.yaml b/grocy/build.yaml index e3d1f7d..1f89b87 100644 --- a/grocy/build.yaml +++ b/grocy/build.yaml @@ -1,10 +1,10 @@ --- build_from: - 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 + 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