autocf: switch to official CurseForge API, but needs CF_API_KEY (#2043)

This commit is contained in:
Geoff Bourne
2023-03-29 21:00:39 -05:00
committed by GitHub
parent d672b3878f
commit 106996f06f
9 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
--var version=0.1.1 --var app=maven-metadata-release --file {{.app}} \
--from https://github.com/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
ARG MC_HELPER_VERSION=1.25.19
ARG MC_HELPER_VERSION=1.25.20
ARG MC_HELPER_BASE_URL=https://github.com/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
RUN curl -fsSL ${MC_HELPER_BASE_URL}/mc-image-helper-${MC_HELPER_VERSION}.tgz \
| tar -C /usr/share -zxf - \