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.