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 be97825 commit 0e0685fCopy full SHA for 0e0685f
Dockerfile
@@ -1,6 +1,6 @@
1
### Standard binary
2
# Build the manager binary
3
-FROM golang:1.19.2 as builder
+FROM golang:1.19.3 as builder
4
5
ARG TARGETPLATFORM
6
ARG TARGETOS
@@ -75,7 +75,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH="${TARGETARCH}" GO111MODULE=on go build -a -
75
76
### Debug
77
# Create an image that runs a debug build with a Delve remote server on port 2345
78
-FROM golang:1.19.2 AS debug
+FROM golang:1.19.3 AS debug
79
RUN go install github.com/go-delve/delve/cmd/dlv@latest
80
# We want all source so Delve file location operations work
81
COPY --from=builder-delve /workspace/ /workspace/
0 commit comments