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