diff --git a/build-images/node-playwright.Dockerfile b/build-images/node-playwright.Dockerfile index 6a1372f..5b995c3 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:208.1 +FROM ghcr.io/code0-tech/build-images/mise:220.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 07dffbc..af6aaab 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:208.1 +FROM ghcr.io/code0-tech/build-images/mise:220.1 RUN apt-get update \ && apt-get install \ diff --git a/build-images/telescopium-lint.Dockerfile b/build-images/telescopium-lint.Dockerfile index 5d9ade9..e84cb69 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:208.1 +FROM ghcr.io/code0-tech/build-images/mise:220.1 RUN mise use -g lychee@0.18.1