Skip to content

Commit 3ecdc4c

Browse files
committed
Update go-toolset version for CVEs
Signed-off-by: Anish Asthana <anishasthana1@gmail.com>
1 parent 607ad9e commit 3ecdc4c

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)