Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 0eb7830 commit 3232d70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_20/{{package}}"
"depNameTemplate": "alpine_3_21/{{package}}"
},
{
"customType": "regex",
Expand Down
8 changes: 4 additions & 4 deletions bookstack/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -10,8 +10,8 @@ ARG BOOKSTACK_VERSION="v24.10.3"
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
mariadb-client=10.11.10-r0 \
nginx=1.26.2-r0 \
mariadb-client=11.4.4-r1 \
nginx=1.26.2-r3 \
php83-curl=8.3.14-r0 \
php83-dom=8.3.14-r0 \
php83-fileinfo=8.3.14-r0 \
Expand All @@ -31,7 +31,7 @@ RUN \
php83=8.3.14-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.8.2-r0 \
composer=2.8.3-r1 \
\
&& curl -J -L -o /tmp/bookstack.tar.gz \
"https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_VERSION}.tar.gz" \
Expand Down
6 changes: 3 additions & 3 deletions bookstack/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:16.3.6
amd64: ghcr.io/hassio-addons/base:16.3.6
armv7: ghcr.io/hassio-addons/base:16.3.6
aarch64: ghcr.io/hassio-addons/base:17.0.0
amd64: ghcr.io/hassio-addons/base:17.0.0
armv7: ghcr.io/hassio-addons/base:17.0.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 3232d70

Please sign in to comment.