From 0ab5039501c590317b26eb16a9d803fcee76d2f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 02:08:29 +0000 Subject: [PATCH] Update ghcr.io/code0-tech/build-images/mise Docker tag to v234 --- build-images/node-playwright.Dockerfile | 2 +- build-images/ruby-postgres.Dockerfile | 2 +- build-images/telescopium-lint.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-images/node-playwright.Dockerfile b/build-images/node-playwright.Dockerfile index 22effd0..d46c4a1 100644 --- a/build-images/node-playwright.Dockerfile +++ b/build-images/node-playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/code0-tech/build-images/mise:226.1 +FROM ghcr.io/code0-tech/build-images/mise:234.1 ARG NODE_VERSION RUN mise use -g node@$NODE_VERSION diff --git a/build-images/ruby-postgres.Dockerfile b/build-images/ruby-postgres.Dockerfile index 9c2564e..fd40285 100644 --- a/build-images/ruby-postgres.Dockerfile +++ b/build-images/ruby-postgres.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/code0-tech/build-images/mise:226.1 +FROM ghcr.io/code0-tech/build-images/mise:234.1 RUN apt-get update \ && apt-get install \ diff --git a/build-images/telescopium-lint.Dockerfile b/build-images/telescopium-lint.Dockerfile index 54bb1ff..152718e 100644 --- a/build-images/telescopium-lint.Dockerfile +++ b/build-images/telescopium-lint.Dockerfile @@ -1,2 +1,2 @@ -FROM ghcr.io/code0-tech/build-images/mise:226.1 +FROM ghcr.io/code0-tech/build-images/mise:234.1 RUN mise use -g lychee@0.18.1