Skip to content

Commit 3a2c04c

Browse files
committed
upgrade bookstack to v22.02.3
1 parent 1dbdfdb commit 3a2c04c

File tree

4 files changed

+2143
-4
lines changed

4 files changed

+2143
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Adapted from https://github.com/solidnerd/docker-bookstack
22
FROM php:7.4-apache-buster
33

4-
ENV BOOKSTACK_VERSION=21.11.2 \
5-
COMPOSER_VERSION=1.10.16
4+
ENV BOOKSTACK_VERSION=22.02.3 \
5+
COMPOSER_VERSION=2.1.12
66

77
COPY current-theme.patch /
88

current-theme.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v21.11.2-theme.patch
1+
v22.02.3-theme.patch

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
mysql:
4-
image: mysql:5.7.21
4+
image: mysql:8.0
55
environment:
66
- MYSQL_ROOT_PASSWORD=secret
77
- MYSQL_DATABASE=bookstack

v22.02.3-theme.patch

Lines changed: 2139 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)