We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438dc9d commit 6e14c91Copy full SHA for 6e14c91
Dockerfile
@@ -1,7 +1,7 @@
1
FROM php:7.0-apache
2
3
ENV BOOKSTACK=BookStack \
4
- BOOKSTACK_VERSION=0.12.2
+ BOOKSTACK_VERSION=0.13.0
5
6
RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng12-dev wget libldap2-dev \
7
&& docker-php-ext-install pdo pdo_mysql mbstring zip tidy \
VERSION
@@ -1 +1 @@
-0.12.2
+0.13.0
0 commit comments