Skip to content
Snippets Groups Projects
Verified Commit 3287386f authored by Florian Forster's avatar Florian Forster Committed by Gonzalo Servat
Browse files

fix(mise): Downgrade to mise `v2024.11.4`.

Later versions contain changes to the registry that break some of the tools we
use, most notably "checkov".

Issue: gitlab-com/gl-infra/common-ci-tasks#33
parent c0bcc3b2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,4 +20,4 @@ variables:
GL_COMMON_RENOVATE_YARN_VERSION: "1.22.22" # datasource=github-tags depName=yarnpkg/yarn
GL_COMMON_RENOVATE_YQ_VERSION: "4.44.3" # datasource=github-releases depName=mikefarah/yq
GL_COMMON_RENOVATE_PYTHON_VERSION: "3.12.7" # datasource=github-tags depName=python/cpython
GL_COMMON_RENOVATE_MISE_VERSION: "2024.12.24" # datasource=github-releases depName=jdx/mise
GL_COMMON_RENOVATE_MISE_VERSION: "2024.11.4" # datasource=github-releases depName=jdx/mise
Loading
Loading
@@ -6,7 +6,7 @@ ARG GL_COMMON_RENOVATE_PYTHON_VERSION
 
ENV DEBIAN_FRONTEND=noninteractive
ENV MISE_INSTALL_PATH=/bin/mise
ENV MISE_VERSION="${GL_COMMON_RENOVATE_MISE_VERSION}"
ENV MISE_VERSION="v${GL_COMMON_RENOVATE_MISE_VERSION}"
 
# Some dependencies from https://github.com/pyenv/pyenv/wiki#suggested-build-environment
# required for mise
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