Skip to content

Commit 5be515f

Browse files
chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9.5-1743582279
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 395de09 commit 5be515f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# First stage: Build the Go binaries
2-
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1739801907 AS builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1743582279 AS builder
33
WORKDIR /opt/app-root/src
44
COPY --chown=default:root . .
55
RUN go build -o /opt/app-root/build/ ./cmd/...

0 commit comments

Comments
 (0)