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

fix: install a specific mise_version instead of latest

parent 539a6b6e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,6 +15,9 @@ ARG GL_COMMON_RENOVATE_YARN_VERSION
ARG GL_COMMON_RENOVATE_PYTHON_VERSION
 
ENV DEBIAN_FRONTEND=noninteractive
ENV MISE_INSTALL_PATH=/bin/mise
ENV MISE_VERSION="v${GL_COMMON_RENOVATE_MISE_VERSION}"
ENV ASDF_DIR=/asdf
 
# Install post-upgrade script
Loading
Loading
@@ -46,9 +49,6 @@ RUN apt-get update \
# requirements using asdf
&& git clone https://github.com/asdf-vm/asdf.git "${ASDF_DIR}" \
 
# Install mise
&& curl https://mise.jdx.dev/mise-latest-linux-x64 > /bin/mise && chmod 755 /bin/mise \
# Try install renovate with a retry
&& npm install -g renovate || npm install -g renovate \
 
Loading
Loading
@@ -59,5 +59,8 @@ RUN apt-get update \
&& apt-get clean autoclean && apt-get autoremove --yes \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
 
# Install mise
RUN curl https://mise.run | sh
COPY --from=jsonnet-tool /usr/local/bin/jsonnet-tool /bin/jsonnet-tool
COPY --from=yq /usr/bin/yq /usr/bin/yq
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