diff --git a/Dockerfile b/Dockerfile index b48791c0b..ce644a71c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Container for building Go binary. -FROM golang:1.25.7-bookworm AS builder +FROM golang:1.26.0-bookworm AS builder # Install dependencies RUN apt-get update && apt-get install -y --no-install-recommends build-essential git