Skip to content
Merged
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 operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN GOOS=$(go env GOOS) GOARCH=$(go env GOARCH) scripts/go-build.sh operator
# Copy the operator binary to a location from where it will be taken into the final image.
RUN cp -a bin/$(go env GOOS)_$(go env GOARCH)/operator stackrox-operator

FROM registry.access.redhat.com/ubi8-micro:8.6
FROM registry.access.redhat.com/ubi8-micro:8.7

ARG roxpath

Expand Down