Skip to content

Commit b4f03eb

Browse files
Update registry.access.redhat.com/ubi9/go-toolset Docker digest to 28a8f2c
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ef8abeb commit b4f03eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN go build -ldflags "${SERVER_LDFLAGS}" ./cmd/timestamp-server
2929
RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o timestamp-server_debug ./cmd/timestamp-server
3030

3131
# debug compile options & debugger
32-
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:a904b7fdbf0b53c5afba187215f9cb03971a369c6a4c4b543ea2f96fda272c9c as debug
32+
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:28a8f2c8212b523656b017ac24c7a0bc7a63e8f895ec6c8a56cf72c1d8e35c0f as debug
3333
RUN go install github.com/go-delve/delve/cmd/[email protected]
3434

3535
# overwrite server and include debugger

0 commit comments

Comments
 (0)