Skip to content

Commit 0da12d1

Browse files
authored
cf: remove failed mod downloads (#3641)
1 parent a9b4e67 commit 0da12d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5252
ARG 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
5454
ARG MC_HELPER_REV=1

examples/auto-curseforge/craftoria/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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%

0 commit comments

Comments
 (0)