From 01d5f30edb34e17ed919b46a99baa918a9971321 Mon Sep 17 00:00:00 2001 From: Karl Rees Date: Tue, 8 Jun 2021 13:06:40 -0500 Subject: [PATCH] Update to 1.17.0.3 --- Dockerfile | 2 +- templates/.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f743d25..d0a8eef 100755 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ARG AUTOUPDATE ENV MCUSER=${MCUSER:-1132} ENV MCGROUP=${MCGROUP:-1132} ENV MCPORT=${MCPORT:-19132} -ENV VERSION=${VERSION:-"1.16.221.01"} +ENV VERSION=${VERSION:-"1.17.0.03"} ENV INSTALLERBASE=${INSTALLERBASE:-"https://minecraft.azureedge.net/bin-linux/bedrock-server-"} ENV AUTOUPDATE=${AUTOUPDATE:-1} diff --git a/templates/.env b/templates/.env index 79488a1..6d80be9 100755 --- a/templates/.env +++ b/templates/.env @@ -20,7 +20,7 @@ #-------------------------------------------------- # INSTALLERBASE=https://minecraft.azureedge.net/bin-linux/bedrock-server- -# VERSION=1.16.221.01 +# VERSION=1.17.0.03 #--------------------------------------------------