Skip to content

Commit 379cef3

Browse files
authored
Re-download Modrinth projects based on modified time rather than filename existence (#2999)
1 parent 163a268 commit 379cef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
4747
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
4848
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
4949

50-
ARG MC_HELPER_VERSION=1.39.7
50+
ARG MC_HELPER_VERSION=1.39.8
5151
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
5252
# used for cache busting local copy of mc-image-helper
5353
ARG MC_HELPER_REV=1

0 commit comments

Comments
 (0)