Commit beb3b4a 1 parent dcdbb85 commit beb3b4a Copy full SHA for beb3b4a
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
50
50
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
51
51
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
52
52
53
- ARG MC_HELPER_VERSION=1.40.13
53
+ ARG MC_HELPER_VERSION=1.41.1
54
54
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
55
55
# used for cache busting local copy of mc-image-helper
56
56
ARG MC_HELPER_REV=1
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ services:
4
4
environment :
5
5
EULA : " true"
6
6
TYPE : FABRIC
7
+ # VERSION: 1.21.4
8
+ # FABRIC_INSTALLER_VERSION: 1.0.1
9
+ # FABRIC_LOADER_VERSION: 0.16.10
7
10
ports :
8
11
- " 25565:25565"
9
12
volumes :
You can’t perform that action at this time.
0 commit comments