Automated release for version 1.0.1
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /mc_data
|
||||
RUN chown -R minecraft:minecraft .
|
||||
|
||||
# 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
|
||||
|
||||
USER minecraft
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
minecraft:
|
||||
image: ducoterra/the-1122-pack:1.0.0
|
||||
image: ducoterra/the-1122-pack:1.0.1
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
|
||||
@@ -13,8 +13,8 @@ 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.
|
||||
# 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
|
||||
# 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.
|
||||
appVersion: 1.0.0
|
||||
appVersion: 1.0.1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
image: ducoterra/the-1122-pack:1.0.0
|
||||
image: ducoterra/the-1122-pack:1.0.1
|
||||
port: 20102
|
||||
max_cpu: 4
|
||||
max_ram: 6
|
||||
|
||||
Reference in New Issue
Block a user