Skip to content

Commit a8e8bfb

Browse files
authored
Merge pull request #12 from fulll/fix/aikido/CVE-2026-3062
fix: update Chrome version to 145.0.7632.116-1 in Dockerfile
2 parents bb9683f + 16f7afe commit a8e8bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# concatenate them. Also, we have to repeat ARG instructions in each build
33
# stage that uses them.
44
ARG GOLANG_VERSION=1.26.0
5-
ARG CHROME_VERSION=143.0.7499.109-1
5+
ARG CHROME_VERSION=145.0.7632.116-1
66

77
# ----------------------------------------------
88
# pdfcpu binary build stage

0 commit comments

Comments
 (0)