Skip to content

Commit 73bf658

Browse files
Bump golang from 1.22-alpine to 1.23-alpine in /debug
Bumps golang from 1.22-alpine to 1.23-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6625a41 commit 73bf658

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)