From 39257dd817e0296c6c186201f390cc16e2702712 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 10:43:07 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/base=20Docker=20tag=20to=20v15=20(#199)?= 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 +- phpmyadmin/Dockerfile | 6 +++--- phpmyadmin/build.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 33c3722..e996c75 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_18/{{package}}" + "depNameTemplate": "alpine_3_19/{{package}}" } ], "packageRules": [ diff --git a/phpmyadmin/Dockerfile b/phpmyadmin/Dockerfile index f04da0a..6f235c0 100755 --- a/phpmyadmin/Dockerfile +++ b/phpmyadmin/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.3.3 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -9,8 +9,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - mariadb-client=10.11.5-r0 \ - nginx=1.24.0-r7 \ + mariadb-client=10.11.5-r3 \ + nginx=1.24.0-r14 \ php81-curl=8.1.26-r0 \ php81-fpm=8.1.26-r0 \ php81-gd=8.1.26-r0 \ diff --git a/phpmyadmin/build.yaml b/phpmyadmin/build.yaml index 0f64554..66e2565 100644 --- a/phpmyadmin/build.yaml +++ b/phpmyadmin/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:14.3.3 - amd64: ghcr.io/hassio-addons/base:14.3.3 - armv7: ghcr.io/hassio-addons/base:14.3.3 + aarch64: ghcr.io/hassio-addons/base:15.0.0 + amd64: ghcr.io/hassio-addons/base:15.0.0 + armv7: ghcr.io/hassio-addons/base:15.0.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev