From fe34aa7e13f27629139f428a106ce33dd18a8609 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:07:55 +0000 Subject: [PATCH] Update ghcr.io/code0-tech/build-images/asdf Docker tag to v72 --- 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 27e282a..1c5afd6 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:66.1 +FROM ghcr.io/code0-tech/build-images/asdf:72.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 7e9a158..2e8e1fd 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:66.1 +FROM ghcr.io/code0-tech/build-images/asdf:72.1 SHELL ["/usr/bin/bash", "-lc"] RUN apt-get update && apt-get install \