mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-03 02:21:29 +00:00
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 (#447)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
021d158a48
commit
017a31b9ef
3 changed files with 7 additions and 7 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -26,7 +26,7 @@
|
|||
],
|
||||
"versioningTemplate": "loose",
|
||||
"datasourceTemplate": "repology",
|
||||
"depNameTemplate": "alpine_3_20/{{package}}"
|
||||
"depNameTemplate": "alpine_3_21/{{package}}"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
|
||||
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
@ -12,7 +12,7 @@ ARG TASMOADMIN_VERSION="v4.2.0"
|
|||
# hadolint ignore=DL3003
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
nginx=1.26.2-r0 \
|
||||
nginx=1.26.2-r3 \
|
||||
php83-curl=8.3.14-r0 \
|
||||
php83-dom=8.3.14-r0 \
|
||||
php83-fpm=8.3.14-r0 \
|
||||
|
@ -24,7 +24,7 @@ RUN \
|
|||
php83=8.3.14-r0 \
|
||||
\
|
||||
&& apk add --no-cache --virtual .build-dependencies \
|
||||
composer=2.8.2-r0 \
|
||||
composer=2.8.3-r1 \
|
||||
\
|
||||
&& curl -J -L -o /tmp/tasmoadmin.tar.gz \
|
||||
"https://github.com/TasmoAdmin/TasmoAdmin/releases/download/${TASMOADMIN_VERSION}/tasmoadmin_${TASMOADMIN_VERSION}.tar.gz" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:16.3.6
|
||||
amd64: ghcr.io/hassio-addons/base:16.3.6
|
||||
armv7: ghcr.io/hassio-addons/base:16.3.6
|
||||
aarch64: ghcr.io/hassio-addons/base:17.0.0
|
||||
amd64: ghcr.io/hassio-addons/base:17.0.0
|
||||
armv7: ghcr.io/hassio-addons/base:17.0.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue