diff --git a/go/helper-image/Dockerfile b/go/helper-image/Dockerfile index 82ade19a..3272bcc4 100644 --- a/go/helper-image/Dockerfile +++ b/go/helper-image/Dockerfile @@ -4,7 +4,7 @@ ARG BUILDPLATFORM ARG TARGETOS ARG TARGETARCH -ARG DELVE_VERSION=1.8.0 +ARG DELVE_VERSION=1.8.1 # Patch delve to make defaults for --check-go-version and --only-same-user # to be set at build time. We must install patch(1) to apply the patch.