From ff33b0d7a6ddb97da5900f7bd8ea6577740b9fec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:37:57 +0000 Subject: [PATCH] Update ghcr.io/code0-tech/build-images/asdf Docker tag to v56 --- build-images/node-playwright.Dockerfile | 2 +- build-images/ruby-postgres.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-images/node-playwright.Dockerfile b/build-images/node-playwright.Dockerfile index bbd5701..6b06eef 100644 --- a/build-images/node-playwright.Dockerfile +++ b/build-images/node-playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/code0-tech/build-images/asdf:47.1 +FROM ghcr.io/code0-tech/build-images/asdf:56.1 SHELL ["/usr/bin/bash", "-lc"] RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git diff --git a/build-images/ruby-postgres.Dockerfile b/build-images/ruby-postgres.Dockerfile index fd7313d..cecb717 100644 --- a/build-images/ruby-postgres.Dockerfile +++ b/build-images/ruby-postgres.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/code0-tech/build-images/asdf:47.1 +FROM ghcr.io/code0-tech/build-images/asdf:56.1 SHELL ["/usr/bin/bash", "-lc"] RUN apt-get update && apt-get install \