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

Commit 158973f

Browse files
Katherine BlackKatherine Black
authored andcommitted
Bump to ubi 8.5
1 parent 01c722e commit 158973f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder Stage
2-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4 as builder
2+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 as builder
33

44
ENV LANG=en_US.utf8
55

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

2828
# Release Stage
29-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4 as release
29+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 as release
3030

3131
ENV LANG=en_US.utf8
3232
ENV VIRTUAL_ENV=/opt/houndigrade/.venv
@@ -57,5 +57,5 @@ COPY houndigrade/ houndigrade/
5757

5858
RUN tox
5959

60-
# Decalre "default" stage.
60+
# Declare "default" stage.
6161
FROM release

0 commit comments

Comments
 (0)