From 4af24d2dbeaf93d4a92b86a9fb63912bc3cf8932 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Sat, 18 Apr 2020 23:50:43 +0800 Subject: [PATCH] modified: Dockerfile modified: Jenkinsfile Bumped to version 3.12.0 --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7048ba4..83197f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN wget -q -O - https://jenkins.pmmp.io/job/PHP-7.3-Aggregate/lastSuccessfulBui RUN cd /pmmp && tar zxvf PHP-7.3-Linux-x86_64.tar.gz ADD php.ini /pmmp/bin/php7/bin/php.ini RUN rm /pmmp/PHP-7.3-Linux-x86_64.tar.gz -RUN wget -q -O - https://github.com/pmmp/PocketMine-MP/releases/download/3.11.7/PocketMine-MP.phar > /pmmp/PocketMine-MP.phar +RUN wget -q -O - https://github.com/pmmp/PocketMine-MP/releases/download/3.12.0/PocketMine-MP.phar > /pmmp/PocketMine-MP.phar RUN chown -R $PM_USER:$PM_GROUP /pmmp VOLUME /plugins diff --git a/Jenkinsfile b/Jenkinsfile index c6364a2..5b1f2e0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") app.push("latest") - app.push("3.11.7") + app.push("3.12.0") } catch (err) { currentBuild.result = 'FAILURE'