Skip to content

Commit

Permalink
Merge pull request #260 from RedHatInsights/avoid_unneeded_deps
Browse files Browse the repository at this point in the history
Using a different base image for the final image
  • Loading branch information
joselsegura authored Sep 19, 2023
2 parents 8f486b1 + 4ae6229 commit 089956e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN umask 0022 && \
make build && \
chmod a+x insights-results-aggregator-cleaner

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1037
FROM registry.access.redhat.com/ubi8/ubi-micro:latest

COPY --from=builder /opt/app-root/src/insights-results-aggregator-cleaner .

Expand Down

0 comments on commit 089956e

Please sign in to comment.