diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 425a2fd..3af8620 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.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -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.5-r0 \ nginx=1.24.0-r6 \ patch=2.7.6-r10 \ php81-ctype=8.1.23-r0 \ diff --git a/grocy/build.yaml b/grocy/build.yaml index e6c488a..59bcaa3 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.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