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