diff --git a/Dockerfile b/Dockerfile index eb21c37..6721adf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR ${TNF_SRC_DIR} RUN make build # Copy the app into an empty ubi minimal image. -FROM registry.access.redhat.com/ubi8-minimal:8.9-1108.1706795067 +FROM registry.access.redhat.com/ubi8-minimal:8.9-1137 ENV TNF_SRC_DIR=/usr/tnf COPY --from=builder ${TNF_SRC_DIR}/schemas ${TNF_SRC_DIR}/schemas COPY --from=builder ${TNF_SRC_DIR}/gradetool ${TNF_SRC_DIR}