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

Commit ba19fcd

Browse files
Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.7-923.1669829893
1 parent c2eb8c9 commit ba19fcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 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.7-923 as builder
2+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923.1669829893 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.7-923 as release
29+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923.1669829893 as release
3030

3131
ENV LANG=en_US.utf8
3232
ENV VIRTUAL_ENV=/opt/houndigrade/.venv

0 commit comments

Comments
 (0)