From 9b8311b598c9bce8e221cfdb610c29f02734f8a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:28:27 +0200 Subject: [PATCH 1/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F?= =?UTF-8?q?18/composer=20to=20v2.6.4-r0=20(#398)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 425a2fd..3b878c9 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -10,7 +10,7 @@ ARG GROCY_VERSION="v4.0.3" # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - composer=2.5.8-r0 \ + composer=2.6.4-r0 \ nginx=1.24.0-r6 \ patch=2.7.6-r10 \ php81-ctype=8.1.23-r0 \ From eed777454c39ef5fbd9865de491d3185c0e127b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:29:33 +0200 Subject: [PATCH 2/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassi?= =?UTF-8?q?o-addons/base=20Docker=20tag=20to=20v14.2.0=20(#396)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- grocy/Dockerfile | 2 +- grocy/build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 3b878c9..40620dc 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.3 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.2.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/grocy/build.yaml b/grocy/build.yaml index e6c488a..253f2ef 100644 --- a/grocy/build.yaml +++ b/grocy/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:14.1.3 - amd64: ghcr.io/hassio-addons/base:14.1.3 - armhf: ghcr.io/hassio-addons/base:14.1.3 - armv7: ghcr.io/hassio-addons/base:14.1.3 - i386: ghcr.io/hassio-addons/base:14.1.3 + aarch64: ghcr.io/hassio-addons/base:14.2.0 + amd64: ghcr.io/hassio-addons/base:14.2.0 + armhf: ghcr.io/hassio-addons/base:14.2.0 + armv7: ghcr.io/hassio-addons/base:14.2.0 + i386: ghcr.io/hassio-addons/base:14.2.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From 9c2e5791a0f81fef07e71224b4e6b507483ee3b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 17:45:18 +0200 Subject: [PATCH 3/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassi?= =?UTF-8?q?o-addons/base=20Docker=20tag=20to=20v14.2.1=20(#399)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- grocy/Dockerfile | 2 +- grocy/build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 40620dc..f07b3e8 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.2.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.2.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/grocy/build.yaml b/grocy/build.yaml index 253f2ef..40f4006 100644 --- a/grocy/build.yaml +++ b/grocy/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:14.2.0 - amd64: ghcr.io/hassio-addons/base:14.2.0 - armhf: ghcr.io/hassio-addons/base:14.2.0 - armv7: ghcr.io/hassio-addons/base:14.2.0 - i386: ghcr.io/hassio-addons/base:14.2.0 + aarch64: ghcr.io/hassio-addons/base:14.2.1 + amd64: ghcr.io/hassio-addons/base:14.2.1 + armhf: ghcr.io/hassio-addons/base:14.2.1 + armv7: ghcr.io/hassio-addons/base:14.2.1 + i386: ghcr.io/hassio-addons/base:14.2.1 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From 847b238ad1a51cacf7863ebd6d96c0fb3ee727fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:33:16 +0200 Subject: [PATCH 4/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassi?= =?UTF-8?q?o-addons/base=20Docker=20tag=20to=20v14.2.2=20(#400)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- grocy/Dockerfile | 2 +- grocy/build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index f07b3e8..4f876fa 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.2.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.2.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/grocy/build.yaml b/grocy/build.yaml index 40f4006..59bcaa3 100644 --- a/grocy/build.yaml +++ b/grocy/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:14.2.1 - amd64: ghcr.io/hassio-addons/base:14.2.1 - armhf: ghcr.io/hassio-addons/base:14.2.1 - armv7: ghcr.io/hassio-addons/base:14.2.1 - i386: ghcr.io/hassio-addons/base:14.2.1 + aarch64: ghcr.io/hassio-addons/base:14.2.2 + amd64: ghcr.io/hassio-addons/base:14.2.2 + armhf: ghcr.io/hassio-addons/base:14.2.2 + armv7: ghcr.io/hassio-addons/base:14.2.2 + i386: ghcr.io/hassio-addons/base:14.2.2 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev From ed71ce531c033ffe7a5fc46f81c333591df9002c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 11:44:43 +0200 Subject: [PATCH 5/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F?= =?UTF-8?q?18/composer=20to=20v2.6.5-r0=20(#401)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 4f876fa..3af8620 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -10,7 +10,7 @@ ARG GROCY_VERSION="v4.0.3" # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - composer=2.6.4-r0 \ + composer=2.6.5-r0 \ nginx=1.24.0-r6 \ patch=2.7.6-r10 \ php81-ctype=8.1.23-r0 \