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 2b42661 commit fbc4c62Copy full SHA for fbc4c62
debug/Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1.7
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.21-alpine AS builder
+FROM golang:1.22-alpine AS builder
5
6
RUN go install github.com/go-delve/delve/cmd/dlv@latest
7
0 commit comments