File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ RUN cmake --build . --target install
206206# - libxml2
207207# Needed by:
208208# - curl
209- ENV VERSION_NGHTTP2=1.67.0
209+ ENV VERSION_NGHTTP2=1.67.1
210210ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
211211RUN set -xe; \
212212 mkdir -p ${NGHTTP2_BUILD_DIR}; \
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN set -xe; \
104104# - curl
105105# - php
106106RUN yum install -y perl-IPC-Cmd
107- ENV VERSION_OPENSSL=3.5.2
107+ ENV VERSION_OPENSSL=3.5.3
108108ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
@@ -207,7 +207,7 @@ RUN cmake --build . --target install
207207# - libxml2
208208# Needed by:
209209# - curl
210- ENV VERSION_NGHTTP2=1.67.0
210+ ENV VERSION_NGHTTP2=1.67.1
211211ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
212212RUN set -xe; \
213213 mkdir -p ${NGHTTP2_BUILD_DIR}; \
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN set -xe; \
104104# - curl
105105# - php
106106RUN yum install -y perl-IPC-Cmd
107- ENV VERSION_OPENSSL=3.5.2
107+ ENV VERSION_OPENSSL=3.5.3
108108ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
@@ -207,7 +207,7 @@ RUN cmake --build . --target install
207207# - libxml2
208208# Needed by:
209209# - curl
210- ENV VERSION_NGHTTP2=1.67.0
210+ ENV VERSION_NGHTTP2=1.67.1
211211ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
212212RUN set -xe; \
213213 mkdir -p ${NGHTTP2_BUILD_DIR}; \
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN set -xe; \
104104# - curl
105105# - php
106106RUN yum install -y perl-IPC-Cmd
107- ENV VERSION_OPENSSL=3.5.2
107+ ENV VERSION_OPENSSL=3.5.3
108108ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
@@ -207,7 +207,7 @@ RUN cmake --build . --target install
207207# - libxml2
208208# Needed by:
209209# - curl
210- ENV VERSION_NGHTTP2=1.67.0
210+ ENV VERSION_NGHTTP2=1.67.1
211211ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
212212RUN set -xe; \
213213 mkdir -p ${NGHTTP2_BUILD_DIR}; \
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN set -xe; \
104104# - curl
105105# - php
106106RUN yum install -y perl-IPC-Cmd
107- ENV VERSION_OPENSSL=3.5.2
107+ ENV VERSION_OPENSSL=3.5.3
108108ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
109109ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
110110ENV CA_BUNDLE="${INSTALL_DIR}/bref/ssl/cert.pem"
@@ -207,7 +207,7 @@ RUN cmake --build . --target install
207207# - libxml2
208208# Needed by:
209209# - curl
210- ENV VERSION_NGHTTP2=1.67.0
210+ ENV VERSION_NGHTTP2=1.67.1
211211ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
212212RUN set -xe; \
213213 mkdir -p ${NGHTTP2_BUILD_DIR}; \
You can’t perform that action at this time.
0 commit comments