File tree Expand file tree Collapse file tree 4 files changed +15
-16
lines changed
Expand file tree Collapse file tree 4 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ RUN mkdir -p ${BUILD_DIR} \
7070# Needed by:
7171# - php
7272RUN LD_LIBRARY_PATH= dnf install -y tcl
73- ENV VERSION_SQLITE=3.50.4
73+ ENV VERSION_SQLITE=3.51.1
7474ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
7575RUN set -xe; \
7676 mkdir -p ${SQLITE_BUILD_DIR}; \
@@ -179,7 +179,7 @@ RUN set -xe; \
179179# Install extensions
180180# We can install extensions manually or using `pecl`
181181RUN pecl install APCu
182- RUN pecl install redis-6.2 .0
182+ RUN pecl install redis-6.3 .0
183183
184184
185185# ---------------------------------------------------------------
@@ -238,7 +238,7 @@ FROM build-environment as build_dev
238238RUN mkdir -p /opt/bref/extensions
239239
240240# Install xdebug
241- RUN pecl install xdebug-3.4.2
241+ RUN pecl install xdebug-3.4.7
242242RUN cp $(php -r "echo ini_get('extension_dir');" )/xdebug.so /opt/bref/extensions
243243
244244
Original file line number Diff line number Diff line change 44ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
7- ARG VERSION_PHP=8.3.26
7+ ARG VERSION_PHP=8.3.28
88
99
1010# Lambda uses a custom AMI named Amazon Linux 2023
@@ -70,7 +70,7 @@ RUN mkdir -p ${BUILD_DIR} \
7070# Needed by:
7171# - php
7272RUN LD_LIBRARY_PATH= dnf install -y tcl
73- ENV VERSION_SQLITE=3.50.4
73+ ENV VERSION_SQLITE=3.51.1
7474ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
7575RUN set -xe; \
7676 mkdir -p ${SQLITE_BUILD_DIR}; \
@@ -179,7 +179,7 @@ RUN set -xe; \
179179# Install extensions
180180# We can install extensions manually or using `pecl`
181181RUN pecl install APCu
182- RUN pecl install redis-6.2 .0
182+ RUN pecl install redis-6.3 .0
183183
184184
185185# ---------------------------------------------------------------
@@ -238,7 +238,7 @@ FROM build-environment as build_dev
238238RUN mkdir -p /opt/bref/extensions
239239
240240# Install xdebug
241- RUN pecl install xdebug-3.4.2
241+ RUN pecl install xdebug-3.4.7
242242RUN cp $(php -r "echo ini_get('extension_dir');" )/xdebug.so /opt/bref/extensions
243243
244244
Original file line number Diff line number Diff line change 44ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
7- ARG VERSION_PHP=8.4.13
7+ ARG VERSION_PHP=8.4.15
88
99
1010# Lambda uses a custom AMI named Amazon Linux 2023
@@ -70,7 +70,7 @@ RUN mkdir -p ${BUILD_DIR} \
7070# Needed by:
7171# - php
7272RUN LD_LIBRARY_PATH= dnf install -y tcl
73- ENV VERSION_SQLITE=3.50.4
73+ ENV VERSION_SQLITE=3.51.1
7474ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
7575RUN set -xe; \
7676 mkdir -p ${SQLITE_BUILD_DIR}; \
@@ -178,7 +178,7 @@ RUN set -xe; \
178178# Install extensions
179179# We can install extensions manually or using `pecl`
180180RUN pecl install APCu
181- RUN pecl install redis-6.2 .0
181+ RUN pecl install redis-6.3 .0
182182
183183
184184# ---------------------------------------------------------------
@@ -237,7 +237,7 @@ FROM build-environment as build_dev
237237RUN mkdir -p /opt/bref/extensions
238238
239239# Install xdebug
240- RUN pecl install xdebug-3.4.2
240+ RUN pecl install xdebug-3.4.7
241241RUN cp $(php -r "echo ini_get('extension_dir');" )/xdebug.so /opt/bref/extensions
242242
243243
Original file line number Diff line number Diff line change 44ARG IMAGE_VERSION_SUFFIX
55
66# https://www.php.net/downloads
7- ARG VERSION_PHP=8.5.0RC1
7+ ARG VERSION_PHP=8.5.0
88
99
1010# Lambda uses a custom AMI named Amazon Linux 2023
@@ -70,7 +70,7 @@ RUN mkdir -p ${BUILD_DIR} \
7070# Needed by:
7171# - php
7272RUN LD_LIBRARY_PATH= dnf install -y tcl
73- ENV VERSION_SQLITE=3.50.4
73+ ENV VERSION_SQLITE=3.51.1
7474ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
7575RUN set -xe; \
7676 mkdir -p ${SQLITE_BUILD_DIR}; \
@@ -113,7 +113,7 @@ WORKDIR ${PHP_BUILD_DIR}
113113# --silent will hide the progress, but also the errors: we restore error messages with --show-error
114114# --fail makes sure that curl returns an error instead of fetching the 404 page
115115ARG VERSION_PHP
116- RUN curl --location --silent --show-error --fail https://downloads .php.net/~daniels /php-${VERSION_PHP}.tar.gz \
116+ RUN curl --location --silent --show-error --fail https://www .php.net/get /php-${VERSION_PHP}.tar.gz/from/this/mirror \
117117 | tar xzC . --strip-components=1
118118
119119# Configure the build
@@ -178,8 +178,7 @@ RUN set -xe; \
178178# Install extensions
179179# We can install extensions manually or using `pecl`
180180RUN pecl install APCu
181- # TODO not available for PHP 8.5 yet
182- # RUN pecl install redis-6.2.0
181+ RUN pecl install redis-6.3.0
183182
184183
185184# ---------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments