diff --git a/build/Dockerfile b/build/Dockerfile index 822721ee..85e77749 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,7 +1,7 @@ # ARG instructions do not create additional layers. Instead, next layers will # concatenate them. Also, we have to repeat ARG instructions in each build # stage that uses them. -ARG GOLANG_VERSION=1.25.5 +ARG GOLANG_VERSION=1.25.7 # ---------------------------------------------- # pdfcpu binary build stage diff --git a/go.mod b/go.mod index 55f91236..92ee262b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gotenberg/gotenberg/v8 -go 1.25.5 +go 1.25.7 require ( github.com/alexliesenfeld/health v0.8.1