From 89af9f6d777853a7732f43d25d26694398b3f264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 14:15:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/base=20Docker=20tag=20to=20v14=20(#313)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- .github/renovate.json | 2 +- tasmoadmin/Dockerfile | 30 +++++++++++++++--------------- tasmoadmin/build.yaml | 10 +++++----- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1e79350..429e127 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_17/{{package}}" + "depNameTemplate": "alpine_3_18/{{package}}" }, { "fileMatch": ["/Dockerfile$"], diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 9bb8f77..9ab7c09 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.2.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -10,22 +10,22 @@ ARG TASMOADMIN_VERSION="v3.0.3" # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - nginx=1.22.1-r0 \ - php81-curl=8.1.18-r0 \ - php81-dom=8.1.18-r0 \ - php81-fpm=8.1.18-r0 \ - php81-iconv=8.1.18-r0 \ - php81-mbstring=8.1.18-r0 \ - php81-opcache=8.1.18-r0 \ - php81-session=8.1.18-r0 \ - php81-zip=8.1.18-r0 \ - php81=8.1.18-r0 \ + nginx=1.24.0-r3 \ + php81-curl=8.1.19-r2 \ + php81-dom=8.1.19-r2 \ + php81-fpm=8.1.19-r2 \ + php81-iconv=8.1.19-r2 \ + php81-mbstring=8.1.19-r2 \ + php81-opcache=8.1.19-r2 \ + php81-session=8.1.19-r2 \ + php81-zip=8.1.19-r2 \ + php81=8.1.19-r2 \ \ && apk add --no-cache --virtual .build-dependencies \ - composer=2.4.4-r0 \ - git=2.38.5-r0 \ - nodejs=18.14.2-r0 \ - npm=9.1.2-r0 \ + composer=2.5.5-r0 \ + git=2.40.1-r0 \ + nodejs=18.16.0-r1 \ + npm=9.6.6-r0 \ \ && git clone --branch "${TASMOADMIN_VERSION}" --depth=1 \ "https://github.com/TasmoAdmin/TasmoAdmin.git" /var/www/tasmoadmin \ diff --git a/tasmoadmin/build.yaml b/tasmoadmin/build.yaml index bfa0270..d9194b8 100644 --- a/tasmoadmin/build.yaml +++ b/tasmoadmin/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:13.2.2 - amd64: ghcr.io/hassio-addons/base:13.2.2 - armhf: ghcr.io/hassio-addons/base:13.2.2 - armv7: ghcr.io/hassio-addons/base:13.2.2 - i386: ghcr.io/hassio-addons/base:13.2.2 + aarch64: ghcr.io/hassio-addons/base:14.0.0 + amd64: ghcr.io/hassio-addons/base:14.0.0 + armhf: ghcr.io/hassio-addons/base:14.0.0 + armv7: ghcr.io/hassio-addons/base:14.0.0 + i386: ghcr.io/hassio-addons/base:14.0.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev