From 744a2c8438bc32aa5e00b279379db7dd5c3fa3fb Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 29 Nov 2021 19:07:49 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2011.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grocy/Dockerfile | 40 ++++++++++++++++++++-------------------- grocy/build.yaml | 10 +++++----- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 6c2f88c..14e6208 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.2.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -9,30 +9,30 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - nginx=1.20.1-r3 \ + nginx=1.20.2-r0 \ patch=2.7.6-r7 \ - php8-ctype=8.0.12-r0 \ - php8-exif=8.0.12-r0 \ - php8-fileinfo=8.0.12-r0 \ - php8-fpm=8.0.12-r0 \ - php8-gd=8.0.12-r0 \ - php8-intl=8.0.12-r0 \ - php8-ldap=8.0.12-r0 \ - php8-mbstring=8.0.12-r0 \ - php8-opcache=8.0.12-r0 \ - php8-pdo_sqlite=8.0.12-r0 \ - php8-pdo=8.0.12-r0 \ - php8-simplexml=8.0.12-r0 \ - php8-tokenizer=8.0.12-r0 \ - php8=8.0.12-r0 \ + php8-ctype=8.0.13-r0 \ + php8-exif=8.0.13-r0 \ + php8-fileinfo=8.0.13-r0 \ + php8-fpm=8.0.13-r0 \ + php8-gd=8.0.13-r0 \ + php8-intl=8.0.13-r0 \ + php8-ldap=8.0.13-r0 \ + php8-mbstring=8.0.13-r0 \ + php8-opcache=8.0.13-r0 \ + php8-pdo_sqlite=8.0.13-r0 \ + php8-pdo=8.0.13-r0 \ + php8-simplexml=8.0.13-r0 \ + php8-tokenizer=8.0.13-r0 \ + php8=8.0.13-r0 \ \ && ln -s /usr/bin/php8 /usr/bin/php \ \ && apk add --no-cache --virtual .build-dependencies \ - git=2.32.0-r0 \ - php8-openssl=8.0.12-r0 \ - php8-phar=8.0.12-r0 \ - yarn=1.22.10-r0 \ + git=2.34.1-r0 \ + php8-openssl=8.0.13-r0 \ + php8-phar=8.0.13-r0 \ + yarn=1.22.17-r0 \ \ && curl -sS https://getcomposer.org/installer \ | php -- --install-dir=/usr/local/bin --filename=composer \ diff --git a/grocy/build.yaml b/grocy/build.yaml index 2e7b37a..ef8af69 100644 --- a/grocy/build.yaml +++ b/grocy/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base/aarch64:10.2.2 - amd64: ghcr.io/hassio-addons/base/amd64:10.2.2 - armhf: ghcr.io/hassio-addons/base/armhf:10.2.2 - armv7: ghcr.io/hassio-addons/base/armv7:10.2.2 - i386: ghcr.io/hassio-addons/base/i386:10.2.2 + aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0 + amd64: ghcr.io/hassio-addons/base/amd64:11.0.0 + armhf: ghcr.io/hassio-addons/base/armhf:11.0.0 + armv7: ghcr.io/hassio-addons/base/armv7:11.0.0 + i386: ghcr.io/hassio-addons/base/i386:11.0.0