diff --git a/Dockerfile b/Dockerfile index 4103d667..ed606882 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # hadolint ignore=DL3007 -FROM golang:latest AS builder +FROM golang:1.24rc3-bookworm AS builder # hadolint ignore=DL3008 RUN apt-get update && \