From ce0556984c219efc68909bf9bad7ff22529fa25e Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 1 Sep 2025 09:39:06 +0000 Subject: [PATCH] build: update ghcr.io/puppeteer/puppeteer docker tag to v24.18.0 See associated pull request for more information. --- bazel/remote-execution/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/remote-execution/Dockerfile b/bazel/remote-execution/Dockerfile index e9dc31c4f..4996ed935 100644 --- a/bazel/remote-execution/Dockerfile +++ b/bazel/remote-execution/Dockerfile @@ -1,5 +1,5 @@ # https://github.com/puppeteer/puppeteer/blob/866addd132270e56cb1f84885f2897123087215c/docker/Dockerfile -FROM ghcr.io/puppeteer/puppeteer:24.17.1@sha256:5b0f649b32a2fc53bc441cf72a986e3a9bc94d09078a1fc046be53dbbd0d6240 +FROM ghcr.io/puppeteer/puppeteer:24.18.0@sha256:60faabcbd5b099cc02680e1c49b836b0cadc3e8ae5f01b9831811168014dba28 # Switch back to `root` because Puppeteer sets up a non-root user in the # image- preventing us from preparing Firefox dependencies.