Skip to content

Commit

Permalink
chore: Update from ubi8/go-toolset:1.21.13-1 to ubi8/go-toolset:1.22.7-5
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Nov 16, 2024
1 parent fc6583d commit 0a465d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-clone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Build the manager binary
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/go-toolset
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5 as builder

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 2: containerImage not pinned by hash
Remediation tip: pin your Docker image by updating registry.access.redhat.com/ubi8/go-toolset:1.22.7-5 to registry.access.redhat.com/ubi8/go-toolset:1.22.7-5@sha256:bd2057262d0876188976f79d2246717994de9e03dd589b1e6471dd2b2777204f
Click Remediation section below for further remediation help
ENV GOPATH=/go/
USER root
WORKDIR /project-clone
Expand Down

0 comments on commit 0a465d1

Please sign in to comment.