mirror of
https://github.com/hassio-addons/addon-phpmyadmin.git
synced 2025-05-07 04:21:26 +00:00
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 (#224)
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
947b84eed2
commit
9a989d7015
3 changed files with 19 additions and 19 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -25,7 +25,7 @@
|
||||||
],
|
],
|
||||||
"versioningTemplate": "loose",
|
"versioningTemplate": "loose",
|
||||||
"datasourceTemplate": "repology",
|
"datasourceTemplate": "repology",
|
||||||
"depNameTemplate": "alpine_3_19/{{package}}"
|
"depNameTemplate": "alpine_3_21/{{package}}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.4
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -9,20 +9,20 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
# hadolint ignore=DL3003
|
# hadolint ignore=DL3003
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
mariadb-client=10.11.8-r0 \
|
mariadb-client=11.4.4-r1 \
|
||||||
nginx=1.26.2-r0 \
|
nginx=1.26.2-r3 \
|
||||||
php82-curl=8.2.24-r0 \
|
php82-curl=8.2.26-r0 \
|
||||||
php82-fpm=8.2.24-r0 \
|
php82-fpm=8.2.26-r0 \
|
||||||
php82-gd=8.2.24-r0 \
|
php82-gd=8.2.26-r0 \
|
||||||
php82-iconv=8.2.24-r0 \
|
php82-iconv=8.2.26-r0 \
|
||||||
php82-mbstring=8.2.24-r0 \
|
php82-mbstring=8.2.26-r0 \
|
||||||
php82-mysqli=8.2.24-r0 \
|
php82-mysqli=8.2.26-r0 \
|
||||||
php82-opcache=8.2.24-r0 \
|
php82-opcache=8.2.26-r0 \
|
||||||
php82-openssl=8.2.24-r0 \
|
php82-openssl=8.2.26-r0 \
|
||||||
php82-session=8.2.24-r0 \
|
php82-session=8.2.26-r0 \
|
||||||
php82-xml=8.2.24-r0 \
|
php82-xml=8.2.26-r0 \
|
||||||
php82-zip=8.2.24-r0 \
|
php82-zip=8.2.26-r0 \
|
||||||
php82=8.2.24-r0 \
|
php82=8.2.26-r0 \
|
||||||
\
|
\
|
||||||
&& mkdir /var/www/phpmyadmin \
|
&& mkdir /var/www/phpmyadmin \
|
||||||
&& curl -L -s \
|
&& curl -L -s \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:16.3.4
|
aarch64: ghcr.io/hassio-addons/base:17.0.0
|
||||||
amd64: ghcr.io/hassio-addons/base:16.3.4
|
amd64: ghcr.io/hassio-addons/base:17.0.0
|
||||||
armv7: ghcr.io/hassio-addons/base:16.3.4
|
armv7: ghcr.io/hassio-addons/base:17.0.0
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue