Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 13.0.0 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Dec 14, 2022
1 parent fbafe04 commit 46c04bf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 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:12.2.7
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -9,29 +9,29 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
composer=2.4.2-r0 \
composer=2.4.4-r0 \
nginx=1.22.1-r0 \
patch=2.7.6-r7 \
php8-ctype=8.0.25-r0 \
php8-exif=8.0.25-r0 \
php8-fileinfo=8.0.25-r0 \
php8-fpm=8.0.25-r0 \
php8-gd=8.0.25-r0 \
php8-iconv=8.0.25-r0 \
php8-intl=8.0.25-r0 \
php8-ldap=8.0.25-r0 \
php8-mbstring=8.0.25-r0 \
php8-opcache=8.0.25-r0 \
php8-pdo_sqlite=8.0.25-r0 \
php8-pdo=8.0.25-r0 \
php8-simplexml=8.0.25-r0 \
php8-tokenizer=8.0.25-r0 \
php8=8.0.25-r0 \
patch=2.7.6-r8 \
php81-ctype=8.1.13-r0 \
php81-exif=8.1.13-r0 \
php81-fileinfo=8.1.13-r0 \
php81-fpm=8.1.13-r0 \
php81-gd=8.1.13-r0 \
php81-iconv=8.1.13-r0 \
php81-intl=8.1.13-r0 \
php81-ldap=8.1.13-r0 \
php81-mbstring=8.1.13-r0 \
php81-opcache=8.1.13-r0 \
php81-pdo_sqlite=8.1.13-r0 \
php81-pdo=8.1.13-r0 \
php81-simplexml=8.1.13-r0 \
php81-tokenizer=8.1.13-r0 \
php81=8.1.13-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.36.3-r0 \
php8-openssl=8.0.25-r0 \
php8-phar=8.0.25-r0 \
git=2.38.2-r0 \
php81-openssl=8.1.13-r0 \
php81-phar=8.1.13-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:12.2.7
amd64: ghcr.io/hassio-addons/base:12.2.7
armhf: ghcr.io/hassio-addons/base:12.2.7
armv7: ghcr.io/hassio-addons/base:12.2.7
i386: ghcr.io/hassio-addons/base:12.2.7
aarch64: ghcr.io/hassio-addons/base:13.0.0
amd64: ghcr.io/hassio-addons/base:13.0.0
armhf: ghcr.io/hassio-addons/base:13.0.0
armv7: ghcr.io/hassio-addons/base:13.0.0
i386: ghcr.io/hassio-addons/base:13.0.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 46c04bf

Please sign in to comment.