From a53bceb98e2649812f9cb4d812890f39c7a93e53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:57:29 +0000 Subject: [PATCH] Update ghcr.io/code0-tech/build-images/asdf Docker tag to v82 --- 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 1c5afd6..8fd7f8e 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:72.1 +FROM ghcr.io/code0-tech/build-images/asdf:82.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 2e8e1fd..58819ba 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:72.1 +FROM ghcr.io/code0-tech/build-images/asdf:82.1 SHELL ["/usr/bin/bash", "-lc"] RUN apt-get update && apt-get install \