Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
  • Loading branch information
renovate[bot] and frenck authored May 16, 2023
1 parent fd950dd commit 000272e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_17/{{package}}"
"depNameTemplate": "alpine_3_18/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
Expand Down
44 changes: 22 additions & 22 deletions grocy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -10,29 +10,29 @@ ARG GROCY_VERSION="v3.3.2"
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
composer=2.4.4-r0 \
nginx=1.22.1-r0 \
patch=2.7.6-r9 \
php81-ctype=8.1.18-r0 \
php81-exif=8.1.18-r0 \
php81-fileinfo=8.1.18-r0 \
php81-fpm=8.1.18-r0 \
php81-gd=8.1.18-r0 \
php81-iconv=8.1.18-r0 \
php81-intl=8.1.18-r0 \
php81-ldap=8.1.18-r0 \
php81-mbstring=8.1.18-r0 \
php81-opcache=8.1.18-r0 \
php81-pdo_sqlite=8.1.18-r0 \
php81-pdo=8.1.18-r0 \
php81-simplexml=8.1.18-r0 \
php81-tokenizer=8.1.18-r0 \
php81=8.1.18-r0 \
composer=2.5.5-r0 \
nginx=1.24.0-r3 \
patch=2.7.6-r10 \
php81-ctype=8.1.19-r2 \
php81-exif=8.1.19-r2 \
php81-fileinfo=8.1.19-r2 \
php81-fpm=8.1.19-r2 \
php81-gd=8.1.19-r2 \
php81-iconv=8.1.19-r2 \
php81-intl=8.1.19-r2 \
php81-ldap=8.1.19-r2 \
php81-mbstring=8.1.19-r2 \
php81-opcache=8.1.19-r2 \
php81-pdo_sqlite=8.1.19-r2 \
php81-pdo=8.1.19-r2 \
php81-simplexml=8.1.19-r2 \
php81-tokenizer=8.1.19-r2 \
php81=8.1.19-r2 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.38.5-r0 \
php81-openssl=8.1.18-r0 \
php81-phar=8.1.18-r0 \
git=2.40.1-r0 \
php81-openssl=8.1.19-r2 \
php81-phar=8.1.19-r2 \
yarn=1.22.19-r0 \
\
&& yarn global add modclean \
Expand Down
10 changes: 5 additions & 5 deletions grocy/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:13.2.2
amd64: ghcr.io/hassio-addons/base:13.2.2
armhf: ghcr.io/hassio-addons/base:13.2.2
armv7: ghcr.io/hassio-addons/base:13.2.2
i386: ghcr.io/hassio-addons/base:13.2.2
aarch64: ghcr.io/hassio-addons/base:14.0.0
amd64: ghcr.io/hassio-addons/base:14.0.0
armhf: ghcr.io/hassio-addons/base:14.0.0
armv7: ghcr.io/hassio-addons/base:14.0.0
i386: ghcr.io/hassio-addons/base:14.0.0
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev

0 comments on commit 000272e

Please sign in to comment.