File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525 ],
2626 "versioningTemplate" : " loose" ,
2727 "datasourceTemplate" : " repology" ,
28- "depNameTemplate" : " alpine_3_20 /{{package}}"
28+ "depNameTemplate" : " alpine_3_21 /{{package}}"
2929 },
3030 {
3131 "customType" : " regex" ,
Original file line number Diff line number Diff line change 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
33FROM ${BUILD_FROM}
44
@@ -10,8 +10,8 @@ ARG BOOKSTACK_VERSION="v24.10.3"
1010# hadolint ignore=DL3003
1111RUN \
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 \
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" \
Original file line number Diff line number Diff line change 11---
22build_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
66codenotary :
77 base_image : codenotary@frenck.dev
88 signer : codenotary@frenck.dev
You can’t perform that action at this time.
0 commit comments