From 3c5ac58e81df9ef4912e1a88c828521e28d31db3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 13 Jun 2021 11:28:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=20v9.2.2=20(#189)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grocy/Dockerfile | 4 ++-- grocy/build.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index b8327c7..fe28d10 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - nginx=1.18.0-r14 \ + nginx=1.18.0-r15 \ patch=2.7.6-r6 \ php7-ctype=7.4.19-r0 \ php7-exif=7.4.19-r0 \ diff --git a/grocy/build.json b/grocy/build.json index bf9adf3..00b1427 100755 --- a/grocy/build.json +++ b/grocy/build.json @@ -1,9 +1,9 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.1", - "amd64": "ghcr.io/hassio-addons/base/amd64:9.2.1", - "armhf": "ghcr.io/hassio-addons/base/armhf:9.2.1", - "armv7": "ghcr.io/hassio-addons/base/armv7:9.2.1", - "i386": "ghcr.io/hassio-addons/base/i386:9.2.1" + "aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.2", + "amd64": "ghcr.io/hassio-addons/base/amd64:9.2.2", + "armhf": "ghcr.io/hassio-addons/base/armhf:9.2.2", + "armv7": "ghcr.io/hassio-addons/base/armv7:9.2.2", + "i386": "ghcr.io/hassio-addons/base/i386:9.2.2" } }