diff --git a/debug/Dockerfile b/debug/Dockerfile index bc9e0e89b7..8fc5f603ca 100644 --- a/debug/Dockerfile +++ b/debug/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.8 # This Dockerfile builds an image with the dlv debugger. See the debugging guide in the developer docs for details # on how to use it. -FROM golang:1.22-alpine AS builder +FROM golang:1.23-alpine AS builder RUN go install github.com/go-delve/delve/cmd/dlv@latest