From e600fefa6320b9ff4969886adeb1a7987a759f1b Mon Sep 17 00:00:00 2001 From: malike Date: Thu, 9 Nov 2023 10:09:10 -0500 Subject: [PATCH] SOL-106389 | Update of the curl-minimal and libcurl-minimal --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 07b3136..0199822 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go # Refer to https://github.com/GoogleContainerTools/distroless for more details FROM registry.access.redhat.com/ubi9/ubi-minimal:latest +RUN microdnf install -y curl-minimal-7.76.1-26.el9_3.2 libcurl-minimal-7.76.1-26.el9_3.2 + LABEL name="solace/pubsubplus-eventbroker-operator" LABEL vendor="Solace Corporation" LABEL version="1.0.2"