'update files with ansible'

This commit is contained in:
jonny 2021-04-09 14:51:00 +00:00
parent fe568715a0
commit 053c4fb65a
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.