From 73642af6866bb967cda33a583df1bdde99848636 Mon Sep 17 00:00:00 2001 From: Lance Ball Date: Wed, 8 Nov 2023 16:11:56 -0500 Subject: [PATCH] chore: fix copy/paste error in Containerfile Signed-off-by: Lance Ball --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 71a820e..0ece06d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM FROM registry.redhat.io/rhel9/python-311@sha256:1e0e60ebb9ba064e040f6668380b7caa830def2b3ea9df17d954fdafe280f2c0 +FROM registry.redhat.io/rhel9/python-311@sha256:1e0e60ebb9ba064e040f6668380b7caa830def2b3ea9df17d954fdafe280f2c0 LABEL description="This image provides a data collection service for segment" LABEL io.k8s.description="This image provides a data collection service for segment" LABEL io.k8s.display-name="segment collection"