Skip to content

Commit 076cf6e

Browse files
Bump golang from 1.22-alpine to 1.23-alpine in /debug (#2399)
Bumps golang from 1.22-alpine to 1.23-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7bea594 commit 076cf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.8
22
# This Dockerfile builds an image with the dlv debugger. See the debugging guide in the developer docs for details
33
# on how to use it.
4-
FROM golang:1.22-alpine AS builder
4+
FROM golang:1.23-alpine AS builder
55

66
RUN go install github.com/go-delve/delve/cmd/dlv@latest
77

0 commit comments

Comments
 (0)