Skip to content

Commit

Permalink
SOL-106389 | Update of the curl-minimal and libcurl-minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
malike committed Nov 9, 2023
1 parent ce16d55 commit e600fef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e600fef

Please sign in to comment.