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

Commit

Permalink
Bump to ubi 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Black authored and Katherine Black committed Dec 2, 2021
1 parent 01c722e commit 158973f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4 as builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 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.4 as release
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 as release

ENV LANG=en_US.utf8
ENV VIRTUAL_ENV=/opt/houndigrade/.venv
Expand Down Expand Up @@ -57,5 +57,5 @@ COPY houndigrade/ houndigrade/

RUN tox

# Decalre "default" stage.
# Declare "default" stage.
FROM release

0 comments on commit 158973f

Please sign in to comment.