mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 19:11:26 +00:00
Upgrade add-on base image to 9.1.2 (#115)
This commit is contained in:
parent
7ae633308a
commit
ca8215aa41
3 changed files with 15 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=hassioaddons/base:8.0.5
|
||||
ARG BUILD_FROM="ghcr.io/hassio-addons/base/amd64:9.1.2"
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -8,17 +8,17 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# Setup base
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
nginx=1.18.0-r1 \
|
||||
php7-curl=7.3.23-r0 \
|
||||
php7-fpm=7.3.23-r0 \
|
||||
php7-json=7.3.23-r0 \
|
||||
php7-opcache=7.3.23-r00 \
|
||||
php7-session=7.3.23-r0 \
|
||||
php7-zip=7.3.23-r0 \
|
||||
php7=7.3.23-r0 \
|
||||
nginx=1.18.0-r13 \
|
||||
php7-curl=7.4.14-r0 \
|
||||
php7-fpm=7.4.14-r0 \
|
||||
php7-json=7.4.14-r0 \
|
||||
php7-opcache=7.4.14-r00 \
|
||||
php7-session=7.4.14-r0 \
|
||||
php7-zip=7.4.14-r0 \
|
||||
php7=7.4.14-r0 \
|
||||
\
|
||||
&& apk add --no-cache --virtual .build-dependencies \
|
||||
git=2.26.2-r0 \
|
||||
git=2.30.0-r0 \
|
||||
\
|
||||
&& git clone --branch v1.7.0 --depth=1 \
|
||||
https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"build_from": {
|
||||
"aarch64": "hassioaddons/base-aarch64:8.0.5",
|
||||
"amd64": "hassioaddons/base-amd64:8.0.5",
|
||||
"armhf": "hassioaddons/base-armhf:8.0.5",
|
||||
"armv7": "hassioaddons/base-armv7:8.0.5",
|
||||
"i386": "hassioaddons/base-i386:8.0.5"
|
||||
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.2",
|
||||
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.2",
|
||||
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.2",
|
||||
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.2",
|
||||
"i386": "ghcr.io/hassio-addons/base/i386:9.1.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
"startup": "system",
|
||||
"init": false,
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
||||
"hassio_api": true,
|
||||
"map": ["ssl"],
|
||||
"ports": {
|
||||
"9541/tcp": 9541
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue