Skip to content

Commit

Permalink
Merge branch 'release/v1.15.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pokev25 committed Aug 18, 2021
2 parents 7c9c93a + cb5364e commit 5259936
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8-jdk-alpine3.9

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

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

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:
yona:
build: .
image: pokev25/yona:1.14.0
image: pokev25/yona:1.15.0
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.14.0"
DOCKER_VERSION="1.15.0"
DOCKER_NAME="yona"
DOCKER_IMAGE="$DOCKER_USER/$DOCKER_NAME:$DOCKER_VERSION"
############################################################
Expand Down

0 comments on commit 5259936

Please sign in to comment.