Skip to content

Commit 16f7afe

Browse files
committed
fix: update Chrome version to 145.0.7632.116-1 in Dockerfile
fulll/chapter-secops#1623
1 parent bb9683f commit 16f7afe

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)