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