Automated release for version 1.0.1

This commit is contained in:
ducoterra
2021-12-13 12:53:52 -05:00
parent 6fd156e929
commit 6c4354d193
5 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ WORKDIR /mc_data
RUN chown -R minecraft:minecraft . RUN chown -R minecraft:minecraft .
# Copy the modpack # Copy the modpack
COPY the-1122-pack/the-1122-pack_1.3.7.zip /the-1122-pack/the-1122-pack.zip COPY versions/the-1122-pack_1.3.7.1.zip /the-1122-pack/the-1122-pack.zip
RUN chown -R minecraft:minecraft /the-1122-pack RUN chown -R minecraft:minecraft /the-1122-pack
USER minecraft USER minecraft

View File

@@ -1 +1 @@
1.0.0 1.0.1

View File

@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
minecraft: minecraft:
image: ducoterra/the-1122-pack:1.0.0 image: ducoterra/the-1122-pack:1.0.1
stdin_open: true stdin_open: true
tty: true tty: true
volumes: volumes:

View File

@@ -13,8 +13,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0 version: 1.0.1
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.0.0 appVersion: 1.0.1

View File

@@ -1,4 +1,4 @@
image: ducoterra/the-1122-pack:1.0.0 image: ducoterra/the-1122-pack:1.0.1
port: 20102 port: 20102
max_cpu: 4 max_cpu: 4
max_ram: 6 max_ram: 6