From 3283b015aae121f7c7d44989f7e6ac9ae90bb1a2 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 16 Apr 2020 12:44:00 +0800 Subject: [PATCH] modified: Dockerfile modified: Jenkinsfile Bumper server version to use 1.14.60.5 --- Dockerfile | 2 +- Jenkinsfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1cb00c..ce962d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ MAINTAINER “Jonathan Ervine” RUN apt update && apt upgrade -y RUN apt install unzip curl -y -RUN mkdir /bedrock && cd /bedrock && curl -LO https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.32.1.zip && unzip bedrock-server-1.14.32.1.zip && rm bedrock-server-1.14.32.1.zip +RUN mkdir /bedrock && cd /bedrock && curl -LO https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.60.5.zip && unzip bedrock-server-1.14.60.5.zip && rm bedrock-server-1.14.60.5.zip ADD start.sh /usr/local/bin/ diff --git a/Jenkinsfile b/Jenkinsfile index b12c34a..ce146b0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,7 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") + app.push("1.14.60.5latest") app.push("latest") stage('Deploy on K8s'){