mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
Upgrades add-on base image to v9.0.1 (#111)
This commit is contained in:
parent
952c282993
commit
b7d4de7d1e
3 changed files with 21 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=hassioaddons/base:8.0.5
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.0.1
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -9,23 +9,23 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# hadolint ignore=DL3003
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
nginx=1.18.0-r1 \
|
||||
php7-fpm=7.3.23-r0 \
|
||||
php7-gd=7.3.23-r0 \
|
||||
php7-json=7.3.23-r0 \
|
||||
php7-mbstring=7.3.23-r0 \
|
||||
php7-opcache=7.3.23-r0 \
|
||||
php7-pdo_sqlite=7.3.23-r0 \
|
||||
php7-pdo=7.3.23-r0 \
|
||||
php7-simplexml=7.3.23-r0 \
|
||||
php7-tokenizer=7.3.23-r0 \
|
||||
php7-fileinfo=7.3.23-r0 \
|
||||
php7=7.3.23-r0 \
|
||||
nginx=1.18.0-r13 \
|
||||
php7-fpm=7.4.14-r0 \
|
||||
php7-gd=7.4.14-r0 \
|
||||
php7-json=7.4.14-r0 \
|
||||
php7-mbstring=7.4.14-r0 \
|
||||
php7-opcache==7.4.14-r0 \
|
||||
php7-pdo_sqlite=7.4.14-r0 \
|
||||
php7-pdo==7.4.14-r0 \
|
||||
php7-simplexml=7.4.14-r0 \
|
||||
php7-tokenizer=7.4.14-r0 \
|
||||
php7-fileinfo=7.4.14-r0 \
|
||||
php7=7.4.14-r0 \
|
||||
\
|
||||
&& apk add --no-cache --virtual .build-dependencies \
|
||||
git=2.26.2-r0 \
|
||||
yarn=1.22.4-r0 \
|
||||
composer=1.10.16-r0 \
|
||||
git=2.30.0-r0 \
|
||||
yarn=1.22.10-r0 \
|
||||
composer=2.0.8-r0 \
|
||||
\
|
||||
&& yarn global add modclean \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue