Skip to content

Commit 3c2a22a

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

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
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_21/{{package}}"
28+
"depNameTemplate": "alpine_3_22/{{package}}"
2929
},
3030
{
3131
"customType": "regex",

bookstack/Dockerfile

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

@@ -10,29 +10,29 @@ ARG BOOKSTACK_VERSION="v25.05.1"
1010
# hadolint ignore=DL3003
1111
RUN \
1212
apk add --no-cache \
13-
mariadb-client=11.4.5-r0 \
14-
nginx=1.26.3-r0 \
15-
php83-curl=8.3.19-r0 \
16-
php83-dom=8.3.19-r0 \
17-
php83-fileinfo=8.3.19-r0 \
18-
php83-fpm=8.3.19-r0 \
19-
php83-gd=8.3.19-r0 \
20-
php83-iconv=8.3.19-r0 \
21-
php83-ldap=8.3.19-r0 \
22-
php83-mbstring=8.3.19-r0 \
23-
php83-mysqlnd=8.3.19-r0 \
24-
php83-openssl=8.3.19-r0 \
25-
php83-pdo_mysql=8.3.19-r0 \
26-
php83-session=8.3.19-r0 \
27-
php83-simplexml=8.3.19-r0 \
28-
php83-tokenizer=8.3.19-r0 \
29-
php83-xml=8.3.19-r0 \
30-
php83-xmlwriter=8.3.19-r0 \
31-
php83-zip=8.3.19-r0 \
32-
php83=8.3.19-r0 \
13+
mariadb-client=11.4.5-r2 \
14+
nginx=1.28.0-r3 \
15+
php83-curl=8.3.22-r0 \
16+
php83-dom=8.3.22-r0 \
17+
php83-fileinfo=8.3.22-r0 \
18+
php83-fpm=8.3.22-r0 \
19+
php83-gd=8.3.22-r0 \
20+
php83-iconv=8.3.22-r0 \
21+
php83-ldap=8.3.22-r0 \
22+
php83-mbstring=8.3.22-r0 \
23+
php83-mysqlnd=8.3.22-r0 \
24+
php83-openssl=8.3.22-r0 \
25+
php83-pdo_mysql=8.3.22-r0 \
26+
php83-session=8.3.22-r0 \
27+
php83-simplexml=8.3.22-r0 \
28+
php83-tokenizer=8.3.22-r0 \
29+
php83-xml=8.3.22-r0 \
30+
php83-xmlwriter=8.3.22-r0 \
31+
php83-zip=8.3.22-r0 \
32+
php83=8.3.22-r0 \
3333
\
3434
&& apk add --no-cache --virtual .build-dependencies \
35-
composer=2.8.9-r0 \
35+
composer=2.8.9-r1 \
3636
\
3737
&& curl -J -L -o /tmp/bookstack.tar.gz \
3838
"https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_VERSION}.tar.gz" \

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

0 commit comments

Comments
 (0)