File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -11,28 +11,28 @@ RUN \
1111 apk add --no-cache \
1212 mariadb-client=10.5.12-r0 \
1313 nginx=1.20.1-r3 \
14- php7-curl=7.4.24 -r0 \
15- php7-dom=7.4.24 -r0 \
16- php7-fileinfo=7.4.24 -r0 \
17- php7-fpm=7.4.24 -r0 \
18- php7-gd=7.4.24 -r0 \
19- php7-json=7.4.24 -r0 \
20- php7-ldap=7.4.24 -r0 \
21- php7-mbstring=7.4.24 -r0 \
22- php7-mysqlnd=7.4.24 -r0 \
23- php7-openssl=7.4.24 -r0 \
24- php7-pdo_mysql=7.4.24 -r0 \
25- php7-session=7.4.24 -r0 \
26- php7-simplexml=7.4.24 -r0 \
27- php7-tokenizer=7.4.24 -r0 \
28- php7-xml=7.4.24 -r0 \
29- php7=7.4.24 -r0 \
14+ php7-curl=7.4.25 -r0 \
15+ php7-dom=7.4.25 -r0 \
16+ php7-fileinfo=7.4.25 -r0 \
17+ php7-fpm=7.4.25 -r0 \
18+ php7-gd=7.4.25 -r0 \
19+ php7-json=7.4.25 -r0 \
20+ php7-ldap=7.4.25 -r0 \
21+ php7-mbstring=7.4.25 -r0 \
22+ php7-mysqlnd=7.4.25 -r0 \
23+ php7-openssl=7.4.25 -r0 \
24+ php7-pdo_mysql=7.4.25 -r0 \
25+ php7-session=7.4.25 -r0 \
26+ php7-simplexml=7.4.25 -r0 \
27+ php7-tokenizer=7.4.25 -r0 \
28+ php7-xml=7.4.25 -r0 \
29+ php7=7.4.25 -r0 \
3030 \
3131 && apk add --no-cache --virtual .build-dependencies \
3232 composer=2.1.9-r0 \
3333 \
3434 && curl -J -L -o /tmp/bookstack.tar.gz \
35- https://github.com/BookStackApp/BookStack/archive/v21.08.5 .tar.gz \
35+ https://github.com/BookStackApp/BookStack/archive/v21.10.1 .tar.gz \
3636 && mkdir -p /var/www/bookstack \
3737 && tar zxvf /tmp/bookstack.tar.gz -C \
3838 /var/www/bookstack --strip-components=1 \
You can’t perform that action at this time.
0 commit comments