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 \