Skip to content

Commit a71be41

Browse files
committed
Update to 0.10.0
1 parent 7e44d9c commit a71be41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.9.3
4+
ENV BOOKSTACK_VERSION 0.10.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.9.3](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
4+
## Current Version: [0.10.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:

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
bookstack:
4-
image: solidnerd/bookstack:0.9.3
4+
image: solidnerd/bookstack:0.10.0
55
depends_on:
66
- db
77
environment:

0 commit comments

Comments
 (0)