Skip to content

Commit 79221d8

Browse files
anishasthanaopenshift-ci[bot]
authored andcommitted
Update go-toolset version for CVEs
Signed-off-by: Anish Asthana <[email protected]>
1 parent 607ad9e commit 79221d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as builder
2+
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests
@@ -15,7 +15,7 @@ COPY pkg/ pkg/
1515
USER root
1616
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
1717

18-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
18+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
1919
WORKDIR /
2020
COPY --from=builder /workspace/manager .
2121

0 commit comments

Comments
 (0)