We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6625a41 commit 73bf658Copy full SHA for 73bf658
debug/Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1.8
2
# This Dockerfile builds an image with the dlv debugger. See the debugging guide in the developer docs for details
3
# on how to use it.
4
-FROM golang:1.22-alpine AS builder
+FROM golang:1.23-alpine AS builder
5
6
RUN go install github.com/go-delve/delve/cmd/dlv@latest
7
0 commit comments