Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi:8.2 as anchore-cli-builder
FROM registry.access.redhat.com/ubi8/ubi:8.3 as anchore-cli-builder

######## This is stage1 where anchore wheels, binary deps, and any items from the source tree get staged to /build_output ########

Expand All @@ -24,7 +24,7 @@ RUN set -ex && \

RUN tar -z -c -v -C /build_output -f /anchore-buildblob.tgz .

FROM registry.access.redhat.com/ubi8/ubi:8.2 as anchore-cli-final
FROM registry.access.redhat.com/ubi8/ubi:8.3 as anchore-cli-final

ARG CLI_COMMIT
ARG ANCHORE_CLI_VERSION="0.9.1"
Expand Down