Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
Open
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,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