Skip to content

Commit 3232d70

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 (#353)
1 parent 0eb7830 commit 3232d70

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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_20/{{package}}"
28+
"depNameTemplate": "alpine_3_21/{{package}}"
2929
},
3030
{
3131
"customType": "regex",

bookstack/Dockerfile

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

@@ -10,8 +10,8 @@ ARG BOOKSTACK_VERSION="v24.10.3"
1010
# hadolint ignore=DL3003
1111
RUN \
1212
apk add --no-cache \
13-
mariadb-client=10.11.10-r0 \
14-
nginx=1.26.2-r0 \
13+
mariadb-client=11.4.4-r1 \
14+
nginx=1.26.2-r3 \
1515
php83-curl=8.3.14-r0 \
1616
php83-dom=8.3.14-r0 \
1717
php83-fileinfo=8.3.14-r0 \
@@ -31,7 +31,7 @@ RUN \
3131
php83=8.3.14-r0 \
3232
\
3333
&& apk add --no-cache --virtual .build-dependencies \
34-
composer=2.8.2-r0 \
34+
composer=2.8.3-r1 \
3535
\
3636
&& curl -J -L -o /tmp/bookstack.tar.gz \
3737
"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:16.3.6
4-
amd64: ghcr.io/hassio-addons/base:16.3.6
5-
armv7: ghcr.io/hassio-addons/base:16.3.6
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)