Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 9, 2023
1 parent e05c656 commit 3ec91c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_18/{{package}}"
"depNameTemplate": "alpine_3_19/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
Expand Down
6 changes: 3 additions & 3 deletions bookstack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ARG BOOKSTACK_VERSION="v23.10.4"
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
mariadb-client=10.11.5-r0 \
nginx=1.24.0-r7 \
mariadb-client=10.11.5-r3 \
nginx=1.24.0-r14 \
php81-curl=8.1.26-r0 \
php81-dom=8.1.26-r0 \
php81-fileinfo=8.1.26-r0 \
Expand All @@ -31,7 +31,7 @@ RUN \
php81=8.1.26-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.6.5-r0 \
composer=2.6.6-r0 \
\
&& curl -J -L -o /tmp/bookstack.tar.gz \
"https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_VERSION}.tar.gz" \
Expand Down

0 comments on commit 3ec91c8

Please sign in to comment.