Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.68.0
ENV VERSION_NGHTTP2=1.67.1
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand Down
4 changes: 2 additions & 2 deletions php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.68.0
ENV VERSION_NGHTTP2=1.67.1
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand Down Expand Up @@ -384,7 +384,7 @@ RUN make && make install
# Needed by:
# - php
RUN LD_LIBRARY_PATH= yum install -y tcl
ENV VERSION_SQLITE=3.51.1
ENV VERSION_SQLITE=3.50.4
ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
RUN set -xe; \
mkdir -p ${SQLITE_BUILD_DIR}; \
Expand Down
4 changes: 2 additions & 2 deletions php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.68.0
ENV VERSION_NGHTTP2=1.67.1
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand Down Expand Up @@ -384,7 +384,7 @@ RUN make && make install
# Needed by:
# - php
RUN LD_LIBRARY_PATH= yum install -y tcl
ENV VERSION_SQLITE=3.51.1
ENV VERSION_SQLITE=3.50.4
ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
RUN set -xe; \
mkdir -p ${SQLITE_BUILD_DIR}; \
Expand Down
6 changes: 3 additions & 3 deletions php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG IMAGE_VERSION_SUFFIX

# https://www.php.net/downloads
ARG VERSION_PHP=8.3.28
ARG VERSION_PHP=8.3.27


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down Expand Up @@ -207,7 +207,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.68.0
ENV VERSION_NGHTTP2=1.67.1
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand Down Expand Up @@ -384,7 +384,7 @@ RUN make && make install
# Needed by:
# - php
RUN LD_LIBRARY_PATH= yum install -y tcl
ENV VERSION_SQLITE=3.51.1
ENV VERSION_SQLITE=3.50.4
ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
RUN set -xe; \
mkdir -p ${SQLITE_BUILD_DIR}; \
Expand Down
6 changes: 3 additions & 3 deletions php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG IMAGE_VERSION_SUFFIX

# https://www.php.net/downloads
ARG VERSION_PHP=8.4.15
ARG VERSION_PHP=8.4.14


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down Expand Up @@ -207,7 +207,7 @@ RUN cmake --build . --target install
# - libxml2
# Needed by:
# - curl
ENV VERSION_NGHTTP2=1.68.0
ENV VERSION_NGHTTP2=1.67.1
ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2
RUN set -xe; \
mkdir -p ${NGHTTP2_BUILD_DIR}; \
Expand Down Expand Up @@ -387,7 +387,7 @@ RUN make && make install
# Needed by:
# - php
RUN LD_LIBRARY_PATH= yum install -y tcl
ENV VERSION_SQLITE=3.51.1
ENV VERSION_SQLITE=3.50.4
ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
RUN set -xe; \
mkdir -p ${SQLITE_BUILD_DIR}; \
Expand Down
Loading