diff --git a/Containerfile b/Containerfile index f96158f4..183e8e3f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # vim: set filetype=dockerfile -ARG LIGHTSPEED_RAG_CONTENT_IMAGE=quay.io/openshift-lightspeed/lightspeed-rag-content@sha256:24699b4ebe31dfb09ba706e44140db48772b37590a1839e2c9f5de2005c8c385 +ARG LIGHTSPEED_RAG_CONTENT_IMAGE=quay.io/openshift-lightspeed/lightspeed-rag-content@sha256:b6ca8f7fce984bb206b782ef4aa8ad81cf0330ed941bdbc439d5467bd3a5ff75 ARG RAG_CONTENTS_SUB_FOLDER=vector_db/ocp_product_docs FROM ${LIGHTSPEED_RAG_CONTENT_IMAGE} AS lightspeed-rag-content