We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d8a28 commit 9acb1f8Copy full SHA for 9acb1f8
Dockerfile
@@ -29,7 +29,7 @@ RUN go build -ldflags "${SERVER_LDFLAGS}" ./cmd/timestamp-server
29
RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o timestamp-server_debug ./cmd/timestamp-server
30
31
# debug compile options & debugger
32
-FROM registry.access.redhat.com/ubi9/go-toolset@sha256:d1c1f2af6122b0ea3456844210d6d9c4d96e78c128bc02fabeadf51239202221 as debug
+FROM registry.access.redhat.com/ubi9/go-toolset@sha256:bf383be26fef83d546ade1615ae3e80cc733cab62b9a04682c088ec808e0106f as debug
33
RUN go install github.com/go-delve/delve/cmd/[email protected]
34
35
# overwrite server and include debugger
0 commit comments