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