This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new cb545c871a [INLONG-9603][TubeMQ] Bump openssl to 1.1.1w (#9604)
cb545c871a is described below

commit cb545c871a452b4bee920488b1eee8d5fe6eba7c
Author: Charles Zhang <[email protected]>
AuthorDate: Tue Jan 23 10:20:10 2024 +0800

    [INLONG-9603][TubeMQ] Bump openssl to 1.1.1w (#9604)
---
 inlong-tubemq/tubemq-docker/tubemq-cpp/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/inlong-tubemq/tubemq-docker/tubemq-cpp/Dockerfile 
b/inlong-tubemq/tubemq-docker/tubemq-cpp/Dockerfile
index 4c38c18057..484b2446a8 100644
--- a/inlong-tubemq/tubemq-docker/tubemq-cpp/Dockerfile
+++ b/inlong-tubemq/tubemq-docker/tubemq-cpp/Dockerfile
@@ -18,9 +18,9 @@
 #
 FROM rikorose/gcc-cmake:gcc-4
 RUN apt-get remove openssl -y
-RUN curl -LOk https://www.openssl.org/source/openssl-1.1.0f.tar.gz \
-    && tar -xzvf openssl-1.1.0f.tar.gz \
-    && rm openssl-1.1.0f.tar.gz && cd openssl-1.1.0f \
+RUN curl -LOk https://www.openssl.org/source/openssl-1.1.1w.tar.gz \
+    && tar -xzvf openssl-1.1.1w.tar.gz \
+    && rm openssl-1.1.1w.tar.gz && cd openssl-1.1.1w \
     && ./config && make && make install
 RUN curl -LOk 
https://github.com/protocolbuffers/protobuf/releases/download/v3.13.0/protobuf-cpp-3.13.0.tar.gz
 \
     && tar -xzvf protobuf-cpp-3.13.0.tar.gz && rm protobuf-cpp-3.13.0.tar.gz \

Reply via email to