Skip to content

Commit

Permalink
chore: Update from ubi9-minimal:9.5-1731593028 to ubi9-minimal:9.5-17…
Browse files Browse the repository at this point in the history
…34497536

Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Dec 21, 2024
1 parent 8cfa390 commit d60d38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN make compile-devworkspace-controller
RUN make compile-webhook-server

# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9-minimal
FROM registry.access.redhat.com/ubi9-minimal:9.5-1731593028
FROM registry.access.redhat.com/ubi9-minimal:9.5-1734497536

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/ubi9-minimal to registry.access.redhat.com/ubi9-minimal@sha256:daa61d6103e98bccf40d7a69a0d4f8786ec390e2204fd94f7cc49053e9949360
Click Remediation section below for further remediation help
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
WORKDIR /
COPY --from=builder /devworkspace-operator/_output/bin/devworkspace-controller /usr/local/bin/devworkspace-controller
Expand Down

0 comments on commit d60d38b

Please sign in to comment.