Skip to content

Commit

Permalink
Update Dockerfile to address closed CVEs
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Asthana <[email protected]>
  • Loading branch information
anishasthana committed Oct 12, 2023
1 parent 15ce568 commit a347229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit a347229

Please sign in to comment.