Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.7…
Browse files Browse the repository at this point in the history
…-1049
  • Loading branch information
renovate[bot] authored Jan 12, 2023
1 parent c2eb8c9 commit 34db7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder Stage
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923 as builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1049 as builder

ENV LANG=en_US.utf8

Expand All @@ -26,7 +26,7 @@ RUN microdnf update \
&& poetry install -n --no-dev

# Release Stage
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923 as release
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1049 as release

ENV LANG=en_US.utf8
ENV VIRTUAL_ENV=/opt/houndigrade/.venv
Expand Down

0 comments on commit 34db7a3

Please sign in to comment.