From 6b886bf9154e2b92df5287f6b1020ae4d00e9ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Coste?= Date: Tue, 25 Aug 2026 15:50:36 +0200 Subject: [PATCH] Update Dockerfile --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index f32bc7ba..f0b9ee37 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.26.1 +ARG GOLANG_VERSION=1.26.6 ARG CHROME_VERSION=146.0.7680.164-1 # ----------------------------------------------