Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

upgrade to 0.31.6 #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3 as bookstack
ENV BOOKSTACK_VERSION=0.31.4
ENV BOOKSTACK_VERSION=0.31.6
RUN apk add --no-cache curl tar
RUN set -x; \
curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \
Expand Down
10 changes: 5 additions & 5 deletions 10 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/solidnerd/docker-bookstack.svg?branch=master)](https://travis-ci.org/solidnerd/docker-bookstack) [![](https://images.microbadger.com/badges/image/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/commit/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own commit badge on microbadger.com") [![](https://images.microbadger.com/badges/version/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/license/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own license badge on microbadger.com")

## Current Version: [0.31.4](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
## Current Version: [0.31.6](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)

### Changes

Expand Down Expand Up @@ -49,8 +49,8 @@ mysql:5.7.21
```bash
docker run -d --link bookstack_db_:mysql \
-p 8080:8080 \
--name bookstack_0.31.4 \
solidnerd/bookstack:0.31.4
--name bookstack_0.31.6 \
solidnerd/bookstack:0.31.6
```

#### Docker 1.9+
Expand Down Expand Up @@ -82,8 +82,8 @@ docker run -d --net bookstack_nw \
-e DB_USERNAME=bookstack \
-e DB_PASSWORD=secret \
-p 8080:8080 \
--name="bookstack_0.31.4" \
solidnerd/bookstack:0.31.4
--name="bookstack_0.31.6" \
solidnerd/bookstack:0.31.6
```

#### Volumes
Expand Down
2 changes: 1 addition & 1 deletion 2 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.31.4
0.31.6
2 changes: 1 addition & 1 deletion 2 docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- mysql-data:/var/lib/mysql

bookstack:
image: solidnerd/bookstack:0.31.4
image: solidnerd/bookstack:0.31.6
depends_on:
- mysql
environment:
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.