Skip to content
Snippets Groups Projects
Commit afefb8e2 authored by Tarun Khandelwal's avatar Tarun Khandelwal
Browse files

use the MISE_VERSION arg directly

parent ed58ad09
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -51,7 +51,7 @@ RUN apt-get update \
&& git clone https://github.com/asdf-vm/asdf.git "${ASDF_DIR}" \
 
# Install mise
&& curl -sSL -O ${MISE_INSTALL_PATH} https://github.com/jdx/mise/releases/download/${MISE_VERSION}/mise-${MISE_VERSION}-linux-x64 && chmod 755 ${MISE_INSTALL_PATH} \
&& curl -sSL -O ${MISE_INSTALL_PATH} https://github.com/jdx/mise/releases/download/v${GL_COMMON_RENOVATE_MISE_VERSION}/mise-v${GL_COMMON_RENOVATE_MISE_VERSION}-linux-x64 && chmod 755 ${MISE_INSTALL_PATH} \
 
# Try install renovate with a retry
&& npm install -g renovate || npm install -g renovate \
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment