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} \
48
48
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
49
49
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
50
50
51
- ARG MC_HELPER_VERSION=1.48.10
51
+ ARG MC_HELPER_VERSION=1.48.11
52
52
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
53
53
# used for cache busting local copy of mc-image-helper
54
54
ARG MC_HELPER_REV=1
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ services:
9
9
EULA : true
10
10
ALLOW_FLIGHT : true
11
11
MOD_PLATFORM : AUTO_CURSEFORGE
12
+ CF_API_KEY : ${CF_API_KEY}
12
13
CF_SLUG : craftoria
13
14
MOTD : |
14
15
A %TYPE% server on %VERSION%
You can’t perform that action at this time.
0 commit comments