Skip to content

Commit 3aa0dd2

Browse files
authored
modrinth: resolve issue with null versionId in manifest (#2349)
1 parent c3829aa commit 3aa0dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
4242
--var version=1.9.0 --var app=mc-server-runner --file {{.app}} \
4343
--from https://github.com/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
4444

45-
ARG MC_HELPER_VERSION=1.34.2
45+
ARG MC_HELPER_VERSION=1.34.3
4646
ARG MC_HELPER_BASE_URL=https://github.com/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
4747
# used for cache busting local copy of mc-image-helper
4848
ARG MC_HELPER_REV=1

0 commit comments

Comments
 (0)