Skip to content

Commit d6247aa

Browse files
authored
Merge pull request #211 from GrahamCampbell/libssh2
Upgrade libssh2 to 1.11.1
2 parents 1c0f1b0 + 10a3d86 commit d6247aa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

php-80/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ RUN make install \
173173
# - OpenSSL
174174
# Needed by:
175175
# - curl
176-
ENV VERSION_LIBSSH2=1.11.0
176+
ENV VERSION_LIBSSH2=1.11.1
177177
ENV LIBSSH2_BUILD_DIR=${BUILD_DIR}/libssh2
178178
RUN set -xe; \
179179
mkdir -p ${LIBSSH2_BUILD_DIR}/bin; \

php-81/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ RUN make install \
174174
# - OpenSSL
175175
# Needed by:
176176
# - curl
177-
ENV VERSION_LIBSSH2=1.11.0
177+
ENV VERSION_LIBSSH2=1.11.1
178178
ENV LIBSSH2_BUILD_DIR=${BUILD_DIR}/libssh2
179179
RUN set -xe; \
180180
mkdir -p ${LIBSSH2_BUILD_DIR}/bin; \

php-82/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ RUN make install \
174174
# - OpenSSL
175175
# Needed by:
176176
# - curl
177-
ENV VERSION_LIBSSH2=1.11.0
177+
ENV VERSION_LIBSSH2=1.11.1
178178
ENV LIBSSH2_BUILD_DIR=${BUILD_DIR}/libssh2
179179
RUN set -xe; \
180180
mkdir -p ${LIBSSH2_BUILD_DIR}/bin; \

php-83/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ RUN make install \
174174
# - OpenSSL
175175
# Needed by:
176176
# - curl
177-
ENV VERSION_LIBSSH2=1.11.0
177+
ENV VERSION_LIBSSH2=1.11.1
178178
ENV LIBSSH2_BUILD_DIR=${BUILD_DIR}/libssh2
179179
RUN set -xe; \
180180
mkdir -p ${LIBSSH2_BUILD_DIR}/bin; \

php-84/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ RUN make install \
175175
# - OpenSSL
176176
# Needed by:
177177
# - curl
178-
ENV VERSION_LIBSSH2=1.11.0
178+
ENV VERSION_LIBSSH2=1.11.1
179179
ENV LIBSSH2_BUILD_DIR=${BUILD_DIR}/libssh2
180180
RUN set -xe; \
181181
mkdir -p ${LIBSSH2_BUILD_DIR}/bin; \

0 commit comments

Comments
 (0)