Skip to content

Commit

Permalink
Upgrade libssh2 to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Oct 16, 2024
1 parent 1c0f1b0 commit 10a3d86
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ RUN make install \
# - OpenSSL
# Needed by:
# - curl
ENV VERSION_LIBSSH2=1.11.0
ENV VERSION_LIBSSH2=1.11.1
ENV LIBSSH2_BUILD_DIR=${BUILD_DIR}/libssh2
RUN set -xe; \
mkdir -p ${LIBSSH2_BUILD_DIR}/bin; \
Expand Down
2 changes: 1 addition & 1 deletion php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ RUN make install \
# - OpenSSL
# Needed by:
# - curl
ENV VERSION_LIBSSH2=1.11.0
ENV VERSION_LIBSSH2=1.11.1
ENV LIBSSH2_BUILD_DIR=${BUILD_DIR}/libssh2
RUN set -xe; \
mkdir -p ${LIBSSH2_BUILD_DIR}/bin; \
Expand Down
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ RUN make install \
# - OpenSSL
# Needed by:
# - curl
ENV VERSION_LIBSSH2=1.11.0
ENV VERSION_LIBSSH2=1.11.1
ENV LIBSSH2_BUILD_DIR=${BUILD_DIR}/libssh2
RUN set -xe; \
mkdir -p ${LIBSSH2_BUILD_DIR}/bin; \
Expand Down
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ RUN make install \
# - OpenSSL
# Needed by:
# - curl
ENV VERSION_LIBSSH2=1.11.0
ENV VERSION_LIBSSH2=1.11.1
ENV LIBSSH2_BUILD_DIR=${BUILD_DIR}/libssh2
RUN set -xe; \
mkdir -p ${LIBSSH2_BUILD_DIR}/bin; \
Expand Down
2 changes: 1 addition & 1 deletion php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ RUN make install \
# - OpenSSL
# Needed by:
# - curl
ENV VERSION_LIBSSH2=1.11.0
ENV VERSION_LIBSSH2=1.11.1
ENV LIBSSH2_BUILD_DIR=${BUILD_DIR}/libssh2
RUN set -xe; \
mkdir -p ${LIBSSH2_BUILD_DIR}/bin; \
Expand Down

0 comments on commit 10a3d86

Please sign in to comment.