Skip to content

Commit 9a989d7

Browse files
⬆️ 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>
1 parent 947b84e commit 9a989d7

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"versioningTemplate": "loose",
2727
"datasourceTemplate": "repology",
28-
"depNameTemplate": "alpine_3_19/{{package}}"
28+
"depNameTemplate": "alpine_3_21/{{package}}"
2929
}
3030
],
3131
"packageRules": [

phpmyadmin/Dockerfile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.4
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -9,20 +9,20 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
99
# hadolint ignore=DL3003
1010
RUN \
1111
apk add --no-cache \
12-
mariadb-client=10.11.8-r0 \
13-
nginx=1.26.2-r0 \
14-
php82-curl=8.2.24-r0 \
15-
php82-fpm=8.2.24-r0 \
16-
php82-gd=8.2.24-r0 \
17-
php82-iconv=8.2.24-r0 \
18-
php82-mbstring=8.2.24-r0 \
19-
php82-mysqli=8.2.24-r0 \
20-
php82-opcache=8.2.24-r0 \
21-
php82-openssl=8.2.24-r0 \
22-
php82-session=8.2.24-r0 \
23-
php82-xml=8.2.24-r0 \
24-
php82-zip=8.2.24-r0 \
25-
php82=8.2.24-r0 \
12+
mariadb-client=11.4.4-r1 \
13+
nginx=1.26.2-r3 \
14+
php82-curl=8.2.26-r0 \
15+
php82-fpm=8.2.26-r0 \
16+
php82-gd=8.2.26-r0 \
17+
php82-iconv=8.2.26-r0 \
18+
php82-mbstring=8.2.26-r0 \
19+
php82-mysqli=8.2.26-r0 \
20+
php82-opcache=8.2.26-r0 \
21+
php82-openssl=8.2.26-r0 \
22+
php82-session=8.2.26-r0 \
23+
php82-xml=8.2.26-r0 \
24+
php82-zip=8.2.26-r0 \
25+
php82=8.2.26-r0 \
2626
\
2727
&& mkdir /var/www/phpmyadmin \
2828
&& curl -L -s \

phpmyadmin/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:16.3.4
4-
amd64: ghcr.io/hassio-addons/base:16.3.4
5-
armv7: ghcr.io/hassio-addons/base:16.3.4
3+
aarch64: ghcr.io/hassio-addons/base:17.0.0
4+
amd64: ghcr.io/hassio-addons/base:17.0.0
5+
armv7: ghcr.io/hassio-addons/base:17.0.0
66
codenotary:
77
base_image: codenotary@frenck.dev
88
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)