diff --git a/build-images/node-playwright.Dockerfile b/build-images/node-playwright.Dockerfile index 6718254..dabdba5 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:351.1 +FROM ghcr.io/code0-tech/build-images/mise:355.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 243aff4..a7d5bc9 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:351.1 +FROM ghcr.io/code0-tech/build-images/mise:355.1 RUN apt-get update \ && apt-get install \ diff --git a/build-images/telescopium-lint.Dockerfile b/build-images/telescopium-lint.Dockerfile index 1d389f4..176b831 100644 --- a/build-images/telescopium-lint.Dockerfile +++ b/build-images/telescopium-lint.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/code0-tech/build-images/mise:351.1 +FROM ghcr.io/code0-tech/build-images/mise:355.1 # renovate: datasource=github-releases depName=lycheeverse/lychee versioning=regex:^lychee-v(?\d+)\.(?\d+)\.(?\d+)$ ARG LYCHEE_VERSION=lychee-v0.24.1