From dffd2b981b17918f256772dc4b06820e305efc8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:22:24 +0000 Subject: [PATCH] Update ghcr.io/code0-tech/build-images/asdf Docker tag to v98 --- 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 c0e0fb1..56ac4cb 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:93.1 +FROM ghcr.io/code0-tech/build-images/asdf:98.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 ae2edba..7a9bfcb 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:93.1 +FROM ghcr.io/code0-tech/build-images/asdf:98.1 SHELL ["/usr/bin/bash", "-lc"] RUN apt-get update && apt-get install \