Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM registry.redhat.io/openshift4/ose-cli:latest@sha256:ef83967297f619f45075e7f
# Since this is a tech preview image we should double check with TPA team this on next release cycle
FROM registry.redhat.io/rh-syft-tech-preview/syft-rhel9:1.29.0-1756223792@sha256:15ed82f0b5311a570ccb8ea02135d9776c6d61e545c51b256b3fc5b5db20ba67 as syft

FROM registry.access.redhat.com/ubi10/go-toolset:1.25.8-1775437069@sha256:a743f6dc6879f38a25c705330b3e61e26118488a20ad5175e7dc57d2983fbae8 as go-builder
FROM registry.access.redhat.com/ubi10/go-toolset:1.26.2-1777890685@sha256:6038bb8ccb36dc6c9fc69106deaaa3d3b80bde5e47a689649cbca9ccdfa7b1c0 as go-builder

WORKDIR /opt/app-root/src

Expand Down
Loading