Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Bump ubi8-minimal from 8.9-1108.1706795067 to 8.9-1137
Browse files Browse the repository at this point in the history
Bumps ubi8-minimal from 8.9-1108.1706795067 to 8.9-1137.

---
updated-dependencies:
- dependency-name: ubi8-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 7f93b82 commit 57273cc
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 @@ -6,7 +6,7 @@ WORKDIR ${TNF_SRC_DIR}
RUN make build

# Copy the app into an empty ubi minimal image.
FROM registry.access.redhat.com/ubi8-minimal:8.9-1108.1706795067
FROM registry.access.redhat.com/ubi8-minimal:8.9-1137
ENV TNF_SRC_DIR=/usr/tnf
COPY --from=builder ${TNF_SRC_DIR}/schemas ${TNF_SRC_DIR}/schemas
COPY --from=builder ${TNF_SRC_DIR}/gradetool ${TNF_SRC_DIR}
Expand Down

0 comments on commit 57273cc

Please sign in to comment.