diff --git a/Dockerfile b/Dockerfile index f4a027a..543374e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # -FROM golang:1.23.3-bookworm AS builder +FROM golang:1.23.4-bookworm AS builder RUN apt-get update && \ apt-get -y install --no-install-recommends \