Skip to content

Commit f0bc744

Browse files
committed
🤖 Update registry.access.redhat.com/ubi9/go-toolset image ref in Dockerfiles from 84286c7555d to 9fedcb8118a
1 parent 8acad10 commit f0bc744

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:84286c7555df503df0bd3acb86fe2ad50af82a07f35707918bb0fad312fdc193 as debug
32+
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:9fedcb8118a5494184e1c9a90b3f002a381e22d98e2bf0f281b36e41b5912ded 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)