From 388a183b9f8cb54a660957f8a85284117a58fa54 Mon Sep 17 00:00:00 2001 From: lineoffligbot <4628864+lineoffligbot@users.noreply.github.com> Date: Thu, 20 Aug 2026 21:46:18 +0200 Subject: [PATCH] Bump Ruby to 4.0.6 and Playwright to 1.61.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 313713a..5eed910 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # the consuming repo. # # Published to ghcr.io/lineofflight/ruby-node-playwright by .github/workflows/build.yml. -FROM rubylang/ruby:4.0.5-dev-noble +FROM rubylang/ruby:4.0.6-dev-noble # System packages for building common native gems (pg, psych, ...). RUN apt-get update \ @@ -26,4 +26,4 @@ RUN curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \ # convention used by the official Playwright images. Pinned to the playwright # version consumers resolve to; keep in sync to avoid a re-download at job time. ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright -RUN npx --yes playwright@1.60.0 install --with-deps chromium +RUN npx --yes playwright@1.61.1 install --with-deps chromium