Skip to content

Commit 9902583

Browse files
authored
⬆️ Update Bookstack to v22.04 and dependencies (#177)
* ⬆️ Update mariadb-client to 10.5.15-r0 * ⬆️ Update nginx to 1.20.2-r1 * ⬆️ Update Bookstack to v22.04
1 parent 096773d commit 9902583

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bookstack/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
99
# hadolint ignore=DL3003
1010
RUN \
1111
apk add --no-cache \
12-
mariadb-client=10.5.13-r0 \
13-
nginx=1.20.2-r0 \
12+
mariadb-client=10.5.15-r0 \
13+
nginx=1.20.2-r1 \
1414
php7-curl=7.4.26-r0 \
1515
php7-dom=7.4.26-r0 \
1616
php7-fileinfo=7.4.26-r0 \
@@ -32,7 +32,7 @@ RUN \
3232
composer=2.1.9-r0 \
3333
\
3434
&& curl -J -L -o /tmp/bookstack.tar.gz \
35-
https://github.com/BookStackApp/BookStack/archive/v22.02.3.tar.gz \
35+
https://github.com/BookStackApp/BookStack/archive/v22.04.tar.gz \
3636
&& mkdir -p /var/www/bookstack \
3737
&& tar zxf /tmp/bookstack.tar.gz -C \
3838
/var/www/bookstack --strip-components=1 \

0 commit comments

Comments
 (0)