From 053c4fb65a3e90d7f600651a4881967bdd51c746 Mon Sep 17 00:00:00 2001 From: jonny Date: Fri, 9 Apr 2021 14:51:00 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 1 + chart/bedrock/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db87127..3997f2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apt update && apt upgrade -y && \ mkdir /bedrock && cd /bedrock && \ curl -LO https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.220.02.zip && unzip bedrock-server-1.16.220.02.zip && \ rm bedrock-server-1.16.220.02.zip && \ + chmod 755 /bedrock/bedrock_server && \ addgroup bedrock && \ adduser --no-create-home --uid 1027 --ingroup bedrock --disabled-password --quiet --shell /bin/bash --gecos bedrock bedrock && \ chown -R bedrock:bedrock /bedrock diff --git a/chart/bedrock/Chart.yaml b/chart/bedrock/Chart.yaml index af6d078..8c9cef9 100644 --- a/chart/bedrock/Chart.yaml +++ b/chart/bedrock/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.10 +version: 0.1.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.