Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 13.1.3 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 14, 2023
1 parent f8b5224 commit c668900
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
38 changes: 19 additions & 19 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.1.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.3
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -12,26 +12,26 @@ RUN \
composer=2.4.4-r0 \
nginx=1.22.1-r0 \
patch=2.7.6-r8 \
php81-ctype=8.1.14-r0 \
php81-exif=8.1.14-r0 \
php81-fileinfo=8.1.14-r0 \
php81-fpm=8.1.14-r0 \
php81-gd=8.1.14-r0 \
php81-iconv=8.1.14-r0 \
php81-intl=8.1.14-r0 \
php81-ldap=8.1.14-r0 \
php81-mbstring=8.1.14-r0 \
php81-opcache=8.1.14-r0 \
php81-pdo_sqlite=8.1.14-r0 \
php81-pdo=8.1.14-r0 \
php81-simplexml=8.1.14-r0 \
php81-tokenizer=8.1.14-r0 \
php81=8.1.14-r0 \
php81-ctype=8.1.16-r0 \
php81-exif=8.1.16-r0 \
php81-fileinfo=8.1.16-r0 \
php81-fpm=8.1.16-r0 \
php81-gd=8.1.16-r0 \
php81-iconv=8.1.16-r0 \
php81-intl=8.1.16-r0 \
php81-ldap=8.1.16-r0 \
php81-mbstring=8.1.16-r0 \
php81-opcache=8.1.16-r0 \
php81-pdo_sqlite=8.1.16-r0 \
php81-pdo=8.1.16-r0 \
php81-simplexml=8.1.16-r0 \
php81-tokenizer=8.1.16-r0 \
php81=8.1.16-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.38.3-r1 \
php81-openssl=8.1.14-r0 \
php81-phar=8.1.14-r0 \
git=2.38.4-r1 \
php81-openssl=8.1.16-r0 \
php81-phar=8.1.16-r0 \
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.1.1
amd64: ghcr.io/hassio-addons/base:13.1.1
armhf: ghcr.io/hassio-addons/base:13.1.1
armv7: ghcr.io/hassio-addons/base:13.1.1
i386: ghcr.io/hassio-addons/base:13.1.1
aarch64: ghcr.io/hassio-addons/base:13.1.3
amd64: ghcr.io/hassio-addons/base:13.1.3
armhf: ghcr.io/hassio-addons/base:13.1.3
armv7: ghcr.io/hassio-addons/base:13.1.3
i386: ghcr.io/hassio-addons/base:13.1.3
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit c668900

Please sign in to comment.