Skip to content

Commit 39257dd

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 (#199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent 8ba9224 commit 39257dd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.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_18/{{package}}"
26+
"depNameTemplate": "alpine_3_19/{{package}}"
2727
}
2828
],
2929
"packageRules": [

phpmyadmin/Dockerfile

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

@@ -9,8 +9,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
99
# hadolint ignore=DL3003
1010
RUN \
1111
apk add --no-cache \
12-
mariadb-client=10.11.5-r0 \
13-
nginx=1.24.0-r7 \
12+
mariadb-client=10.11.5-r3 \
13+
nginx=1.24.0-r14 \
1414
php81-curl=8.1.26-r0 \
1515
php81-fpm=8.1.26-r0 \
1616
php81-gd=8.1.26-r0 \

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:14.3.3
4-
amd64: ghcr.io/hassio-addons/base:14.3.3
5-
armv7: ghcr.io/hassio-addons/base:14.3.3
3+
aarch64: ghcr.io/hassio-addons/base:15.0.0
4+
amd64: ghcr.io/hassio-addons/base:15.0.0
5+
armv7: ghcr.io/hassio-addons/base:15.0.0
66
codenotary:
77
base_image: codenotary@frenck.dev
88
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)