mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
Merge branch 'hassio-addons:main' into patch-v4.0-conflicts
This commit is contained in:
commit
c9ea024017
2 changed files with 7 additions and 7 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue