Skip to content

Commit

Permalink
Merge branch 'release/v1.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pokev25 committed May 9, 2017
2 parents 111a37e + 6606f09 commit b3d9754
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM debian:jessie

LABEL Description="This image is used to start the yona" maintainer="pokev25"

ARG YONA_VERSION=1.5.0
ARG YONA_VERSION=1.5.1
ARG YONA_DOWNLOAD_URL=https://github.com/yona-projects/yona/releases/download/v${YONA_VERSION}/yona-v${YONA_VERSION}-bin.zip

## install Oracle Java 8 and clean up installation files
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
@@ -1,9 +1,9 @@
version: '3'
version: '2'

services:
yona:
build: .
image: pokev25/yona:1.5.0
image: pokev25/yona:1.5.1
restart: always
environment:
- BEFORE_SCRIPT=before.sh
Expand Down
2 changes: 1 addition & 1 deletion shell/config.sh
Expand Up @@ -6,7 +6,7 @@ PROJECT_NAME="docker-yona"
############################################################
## docker configurations
DOCKER_USER="pokev25"
DOCKER_VERSION="1.5.0"
DOCKER_VERSION="1.5.1"
DOCKER_NAME="yona"
DOCKER_IMAGE="$DOCKER_USER/$DOCKER_NAME:$DOCKER_VERSION"
############################################################
Expand Down

0 comments on commit b3d9754

Please sign in to comment.