Skip to content

Commit 36be0a4

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 (#162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent 90274c7 commit 36be0a4

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"versioningTemplate": "loose",
2525
"datasourceTemplate": "repology",
26-
"depNameTemplate": "alpine_3_17/{{package}}"
26+
"depNameTemplate": "alpine_3_18/{{package}}"
2727
}
2828
],
2929
"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:13.2.2
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.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.6.12-r0 \
13-
nginx=1.22.1-r0 \
14-
php81-curl=8.1.18-r0 \
15-
php81-fpm=8.1.18-r0 \
16-
php81-gd=8.1.18-r0 \
17-
php81-iconv=8.1.18-r0 \
18-
php81-mbstring=8.1.18-r0 \
19-
php81-mysqli=8.1.18-r0 \
20-
php81-opcache=8.1.18-r0 \
21-
php81-openssl=8.1.18-r0 \
22-
php81-session=8.1.18-r0 \
23-
php81-xml=8.1.18-r0 \
24-
php81-zip=8.1.18-r0 \
25-
php81=8.1.18-r0 \
12+
mariadb-client=10.11.3-r0 \
13+
nginx=1.24.0-r3 \
14+
php81-curl=8.1.19-r2 \
15+
php81-fpm=8.1.19-r2 \
16+
php81-gd=8.1.19-r2 \
17+
php81-iconv=8.1.19-r2 \
18+
php81-mbstring=8.1.19-r2 \
19+
php81-mysqli=8.1.19-r2 \
20+
php81-opcache=8.1.19-r2 \
21+
php81-openssl=8.1.19-r2 \
22+
php81-session=8.1.19-r2 \
23+
php81-xml=8.1.19-r2 \
24+
php81-zip=8.1.19-r2 \
25+
php81=8.1.19-r2 \
2626
\
2727
&& mkdir /var/www/phpmyadmin \
2828
&& curl -L -s \

phpmyadmin/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:13.2.2
4-
amd64: ghcr.io/hassio-addons/base:13.2.2
5-
armhf: ghcr.io/hassio-addons/base:13.2.2
6-
armv7: ghcr.io/hassio-addons/base:13.2.2
7-
i386: ghcr.io/hassio-addons/base:13.2.2
3+
aarch64: ghcr.io/hassio-addons/base:14.0.0
4+
amd64: ghcr.io/hassio-addons/base:14.0.0
5+
armhf: ghcr.io/hassio-addons/base:14.0.0
6+
armv7: ghcr.io/hassio-addons/base:14.0.0
7+
i386: ghcr.io/hassio-addons/base:14.0.0
88
codenotary:
99
base_image: codenotary@frenck.dev
1010
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)