diff --git a/.ci/dockerfile-hash.yaml b/.ci/dockerfile-hash.yaml index a923c418..5e27d0dc 100644 --- a/.ci/dockerfile-hash.yaml +++ b/.ci/dockerfile-hash.yaml @@ -1,2 +1,2 @@ variables: - DOCKERFILE_HASH: a06ea168babbacb457bea7e6762aea47493f5097 \ No newline at end of file + DOCKERFILE_HASH: 28cc8e519521a047f1da9084773cbf08b0428ee7 \ No newline at end of file diff --git a/docker/build.Dockerfile b/docker/build.Dockerfile index a06ea168..28cc8e51 100644 --- a/docker/build.Dockerfile +++ b/docker/build.Dockerfile @@ -38,7 +38,7 @@ RUN apt update \ libc6:arm64 libstdc++6:arm64 \ cmake libssl-dev libssl-dev:arm64 \ ruby-rubygems postgresql sudo \ - && pip install meson tomli \ + && pip install meson==1.11.2 tomli \ && curl -L --fail https://go.dev/dl/go$GO_VERSION.linux-$TARGETARCH.tar.gz -o go.tar.gz \ && tar -C /usr/local -xf go.tar.gz \ && rm go.tar.gz diff --git a/mise.toml b/mise.toml index 107d7636..114a690f 100644 --- a/mise.toml +++ b/mise.toml @@ -2,7 +2,7 @@ go = "latest" rust = "latest" node = "22" -meson = "latest" +meson = "1.11.2" ninja = "latest" pnpm = "latest" java = "17"