From 94c71bd9d67d79c6c01dcdf68daa523f57c24594 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Fri, 21 Apr 2023 19:31:29 +0200 Subject: [PATCH] fix: slash in dockerfile Signed-off-by: Thomas Schuetz --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index d963cf582a..c6bfde5345 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -27,7 +27,7 @@ FROM gcr.io/distroless/static AS production LABEL org.opencontainers.image.source="https://github.com/k8sgpt-ai/k8sgpt" \ org.opencontainers.image.url="https://k8sgpt.ai" \ org.opencontainers.image.title="k8sgpt" \ - org.opencontainers.image.vendor='The K8sGPT Authors' + org.opencontainers.image.vendor='The K8sGPT Authors' \ org.opencontainers.image.licenses='Apache-2.0' WORKDIR /