We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f93fe commit 2cbc04bCopy full SHA for 2cbc04b
1 file changed
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:a4e9d74c8d1dd51ea11ac7aec3c0b578558cdbd79365bf798e5e3690dfad8622 as debug
+FROM registry.access.redhat.com/ubi9/go-toolset@sha256:293b288e45f61a867eba7cbd190ac9476c0ad85e7ff339cd3ad62832139f0663 as debug
33
RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0
34
35
# overwrite server and include debugger
0 commit comments