Skip to content

Commit d2b9668

Browse files
committed
🤖 Update registry.access.redhat.com/ubi9/go-toolset image ref in Dockerfiles from 14c369670cf to 2d018be633d
1 parent 15ea96c commit d2b9668

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:14c369670cf3473d8e9b93e42d120c01b79a6f13884c396a1c89b7ca46f859b7 as debug
32+
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:2d018be633d891f2c7b9432df3eb13eee7b66ecb2351126a44332c0266804a47 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)