diff --git a/Dockerfile b/Dockerfile index fd634c25..ac4bb202 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ######################################################################################### # First stage: building the driver executable. -FROM docker.io/library/golang:1.25.5 AS builder +FROM docker.io/library/golang:1.26.2 AS builder # Set the working directory. WORKDIR /work