Skip to content

Commit f7d32b5

Browse files
committed
upgrade to 0.11.0
1 parent 6eb2f74 commit f7d32b5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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:5.6-apache
22

33
ENV BOOKSTACK BookStack
4-
ENV BOOKSTACK_VERSION 0.10.0
4+
ENV BOOKSTACK_VERSION 0.11.0
55

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docker Image For [BookStack](https://github.com/ssddanbrown/BookStack)
22
[![](https://badge.imagelayers.io/solidnerd/bookstack:latest.svg)](https://imagelayers.io/?images=solidnerd/bookstack:latest 'Get your own badge on imagelayers.io')
33

4-
## Current Version: [0.10.0](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
4+
## Current Version: [0.11.0](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
55

66
## Quickstart
77
With Docker Compose is a Quickstart very easy. Run the following command:

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.11.0

0 commit comments

Comments
 (0)