diff --git a/Earthfile b/Earthfile index 576a6dc4..57f169b8 100644 --- a/Earthfile +++ b/Earthfile @@ -227,7 +227,7 @@ base-image: RUN mkdir -p /opt/spectrocloud/bin && \ # curl -sL https://github.com/maxpert/marmot/releases/download/v"${MARMOT_VERSION}"/marmot-v"${MARMOT_VERSION}"-linux-amd64-static.tar.gz | tar -zxv marmot && \ # TODO: remove this hack once https://github.com/maxpert/marmot/pull/86 is merged - curl -sL https://github.com/TylerGillson/marmot/raw/master/marmot -o marmot && \ + curl -sL https://github.com/TylerGillson/marmot/raw/master-v2/marmot -o marmot && \ install marmot -o root -g root -m 755 /opt/spectrocloud/bin/ && \ rm -f marmot END