Skip to content

Commit 6e14c91

Browse files
committed
Update to 0.13.0
Signed-off-by: solidnerd <niclas@mietz.io>
1 parent 438dc9d commit 6e14c91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:7.0-apache
22

33
ENV BOOKSTACK=BookStack \
4-
BOOKSTACK_VERSION=0.12.2
4+
BOOKSTACK_VERSION=0.13.0
55

66
RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng12-dev wget libldap2-dev \
77
&& docker-php-ext-install pdo pdo_mysql mbstring zip tidy \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.2
1+
0.13.0

0 commit comments

Comments
 (0)