Skip to content

Commit

Permalink
Bump mc-monitor version (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
md5nake authored Sep 9, 2024
1 parent 28e467d commit 5a7caf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG EASY_ADD_VERSION=0.8.7
ADD ${GITHUB_BASEURL}/itzg/easy-add/releases/download/${EASY_ADD_VERSION}/easy-add_${TARGETOS}_${TARGETARCH}${TARGETVARIANT} /usr/bin/easy-add
RUN chmod +x /usr/bin/easy-add

ARG MC_MONITOR_VERSION=0.12.13
ARG MC_MONITOR_VERSION=0.14.0

RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
--var version=${MC_MONITOR_VERSION} --var app=mc-monitor --file {{.app}} \
Expand Down

0 comments on commit 5a7caf9

Please sign in to comment.