Skip to content

Commit

Permalink
Bump golang from 1.22-alpine to 1.23-alpine in /debug
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent 1d55f02 commit 7811543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7811543

Please sign in to comment.