Skip to content

Commit

Permalink
PHP 8.2.22, 8.3.10, 8.4.0alpha4 and libxml2 2.13.3 (#192)
Browse files Browse the repository at this point in the history
* PHP 8.2.22, 8.3.10, 8.4.0alpha3 and libxml2 2.13.3

* Update Dockerfile
  • Loading branch information
GrahamCampbell authored Aug 1, 2024
1 parent dc02197 commit c2f941c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions php-82/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.2.21
ARG VERSION_PHP=8.2.22


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down Expand Up @@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU
# Needed by:
# - php
# - libnghttp2
ENV VERSION_XML2=2.12.9
ENV VERSION_XML2=2.13.3
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_BUILD_DIR}; \
Expand Down
4 changes: 2 additions & 2 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.9
ARG VERSION_PHP=8.3.10


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down Expand Up @@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU
# Needed by:
# - php
# - libnghttp2
ENV VERSION_XML2=2.12.9
ENV VERSION_XML2=2.13.3
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_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,8 +4,8 @@
ARG IMAGE_VERSION_SUFFIX

# https://www.php.net/downloads
ARG RELEASE_USER_PHP=calvinb
ARG VERSION_PHP=8.4.0alpha2
ARG RELEASE_USER_PHP=saki
ARG VERSION_PHP=8.4.0alpha4


# Lambda uses a custom AMI named Amazon Linux 2
Expand Down Expand Up @@ -142,7 +142,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU
# Needed by:
# - php
# - libnghttp2
ENV VERSION_XML2=2.12.9
ENV VERSION_XML2=2.13.3
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_BUILD_DIR}; \
Expand Down

0 comments on commit c2f941c

Please sign in to comment.