diff --git a/Dockerfile b/Dockerfile index 5ce9674d7aba..89afb6d44f70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # ``` # -FROM golang:1.23-bookworm AS build-env +FROM golang:1.24-bookworm AS build-env SHELL ["/bin/bash", "-o", "pipefail", "-c"] # install dependencies