From 16f7afe985763279b53737f6fb2b872e43bbe50a Mon Sep 17 00:00:00 2001 From: root <74533559+FromTheOven@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:33:01 +0100 Subject: [PATCH] fix: update Chrome version to 145.0.7632.116-1 in Dockerfile https://github.com/fulll/chapter-secops/issues/1623 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 933880ad..1bd64aae 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -2,7 +2,7 @@ # concatenate them. Also, we have to repeat ARG instructions in each build # stage that uses them. ARG GOLANG_VERSION=1.26.0 -ARG CHROME_VERSION=143.0.7499.109-1 +ARG CHROME_VERSION=145.0.7632.116-1 # ---------------------------------------------- # pdfcpu binary build stage