File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
examples/auto-curseforge/craftoria Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
4848 --var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
4949 --from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
5050
51- ARG MC_HELPER_VERSION=1.48.10
51+ ARG MC_HELPER_VERSION=1.48.11
5252ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
5353# used for cache busting local copy of mc-image-helper
5454ARG MC_HELPER_REV=1
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ services:
99 EULA : true
1010 ALLOW_FLIGHT : true
1111 MOD_PLATFORM : AUTO_CURSEFORGE
12+ CF_API_KEY : ${CF_API_KEY}
1213 CF_SLUG : craftoria
1314 MOTD : |
1415 A %TYPE% server on %VERSION%
You can’t perform that action at this time.
0 commit comments