This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit bc578e07cadb2982e8bec49f00080038dfeffe9f Author: Lari Hotari <[email protected]> AuthorDate: Sun Sep 29 20:09:54 2024 +0300 [improve] Install openssl in the docker image to fix compatibility with Apache Pulsar Helm chart (#23362) (cherry picked from commit 7e59bdeb9d142430c7119346a34c488045271c19) --- docker/pulsar/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/pulsar/Dockerfile b/docker/pulsar/Dockerfile index b4294dd10da..2957e1587e9 100644 --- a/docker/pulsar/Dockerfile +++ b/docker/pulsar/Dockerfile @@ -94,7 +94,8 @@ RUN apk add --no-cache \ ca-certificates \ procps \ curl \ - bind-tools + bind-tools \ + openssl # Upgrade all packages to get latest versions with security fixes RUN apk upgrade --no-cache
