-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
73 changed files
with
84 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-newrelic | ||
ARG PHPEXT_NEWRELIC_VERSION=10.11.0.3 | ||
ARG PHPEXT_NEWRELIC_VERSION=10.14.0.3 | ||
RUN set -eux; \ | ||
curl -fsSL https://download.newrelic.com/php_agent/release/newrelic-php5-${PHPEXT_NEWRELIC_VERSION}-linux-musl.tar.gz \ | ||
| tar -xzC /tmp; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-amqp | ||
ARG PHPEXT_AMQP_VERSION=1.11.0 | ||
ARG PHPEXT_AMQP_VERSION=2.1.1 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
rabbitmq-c \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-apcu | ||
ARG PHPEXT_APCU_VERSION=5.1.22 | ||
ARG PHPEXT_APCU_VERSION=5.1.23 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext apcu-${PHPEXT_APCU_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) apcu; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-ast | ||
ARG PHPEXT_AST_VERSION=1.1.0 | ||
ARG PHPEXT_AST_VERSION=1.1.1 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext ast-${PHPEXT_AST_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) ast; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-grpc | ||
ARG PHPEXT_GRPC_VERSION=1.56.0 | ||
ARG PHPEXT_GRPC_VERSION=1.59.1 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libstdc++ \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mailparse | ||
ARG PHPEXT_MAILPARSE_VERSION=3.1.4 | ||
ARG PHPEXT_MAILPARSE_VERSION=3.1.6 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext mailparse-${PHPEXT_MAILPARSE_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) mailparse; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mongodb | ||
ARG PHPEXT_MONGODB_VERSION=1.16.1 | ||
ARG PHPEXT_MONGODB_VERSION=1.17.0 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
openssl \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-protobuf | ||
ARG PHPEXT_PROTOBUF_VERSION=3.23.4 | ||
ARG PHPEXT_PROTOBUF_VERSION=3.25.1 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext protobuf-${PHPEXT_PROTOBUF_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) protobuf; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-redis | ||
ARG PHPEXT_REDIS_VERSION=5.3.7 | ||
ARG PHPEXT_REDIS_VERSION=6.0.2 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext redis-${PHPEXT_REDIS_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) redis; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-xdebug | ||
ARG PHPEXT_XDEBUG_VERSION=3.2.1 | ||
ARG PHPEXT_XDEBUG_VERSION=3.2.2 | ||
RUN set -eux; \ | ||
buildDeps=" \ | ||
linux-headers \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-zip | ||
ARG PHPEXT_ZIP_VERSION=1.22.1 | ||
ARG PHPEXT_ZIP_VERSION=1.22.3 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libzip \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-alpine3.16 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-zstd | ||
ARG PHPEXT_ZSTD_VERSION=0.12.3 | ||
ARG PHPEXT_ZSTD_VERSION=0.13.1 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext zstd-${PHPEXT_ZSTD_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) zstd; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-newrelic | ||
ARG PHPEXT_NEWRELIC_VERSION=10.11.0.3 | ||
ARG PHPEXT_NEWRELIC_VERSION=10.14.0.3 | ||
RUN set -eux; \ | ||
curl -fsSL https://download.newrelic.com/php_agent/archive/${PHPEXT_NEWRELIC_VERSION}/newrelic-php5-${PHPEXT_NEWRELIC_VERSION}-linux.tar.gz \ | ||
| tar -xzC /tmp; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-amqp | ||
ARG PHPEXT_AMQP_VERSION=1.11.0 | ||
ARG PHPEXT_AMQP_VERSION=2.1.1 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
librabbitmq4 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-apcu | ||
ARG PHPEXT_APCU_VERSION=5.1.22 | ||
ARG PHPEXT_APCU_VERSION=5.1.23 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext apcu-${PHPEXT_APCU_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) apcu; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-ast | ||
ARG PHPEXT_AST_VERSION=1.1.0 | ||
ARG PHPEXT_AST_VERSION=1.1.1 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext ast-${PHPEXT_AST_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) ast; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-grpc | ||
ARG PHPEXT_GRPC_VERSION=1.56.0 | ||
ARG PHPEXT_GRPC_VERSION=1.59.1 | ||
RUN set -eux; \ | ||
buildDeps=" \ | ||
libzip-dev \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mailparse | ||
ARG PHPEXT_MAILPARSE_VERSION=3.1.4 | ||
ARG PHPEXT_MAILPARSE_VERSION=3.1.6 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext mailparse-${PHPEXT_MAILPARSE_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) mailparse; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mongodb | ||
ARG PHPEXT_MONGODB_VERSION=1.16.1 | ||
ARG PHPEXT_MONGODB_VERSION=1.17.0 | ||
RUN set -eux; \ | ||
buildDeps=" \ | ||
libssl-dev \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-protobuf | ||
ARG PHPEXT_PROTOBUF_VERSION=3.23.4 | ||
ARG PHPEXT_PROTOBUF_VERSION=3.25.1 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext protobuf-${PHPEXT_PROTOBUF_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) protobuf; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-redis | ||
ARG PHPEXT_REDIS_VERSION=5.3.7 | ||
ARG PHPEXT_REDIS_VERSION=6.0.2 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext redis-${PHPEXT_REDIS_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) redis; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-xdebug | ||
ARG PHPEXT_XDEBUG_VERSION=3.2.1 | ||
ARG PHPEXT_XDEBUG_VERSION=3.2.2 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext xdebug-${PHPEXT_XDEBUG_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) xdebug; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-zip | ||
ARG PHPEXT_ZIP_VERSION=1.22.1 | ||
ARG PHPEXT_ZIP_VERSION=1.22.3 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libzip4 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.0-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-zstd | ||
ARG PHPEXT_ZSTD_VERSION=0.12.3 | ||
ARG PHPEXT_ZSTD_VERSION=0.13.1 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext zstd-${PHPEXT_ZSTD_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) zstd; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-newrelic | ||
ARG PHPEXT_NEWRELIC_VERSION=10.11.0.3 | ||
ARG PHPEXT_NEWRELIC_VERSION=10.14.0.3 | ||
RUN set -eux; \ | ||
curl -fsSL https://download.newrelic.com/php_agent/release/newrelic-php5-${PHPEXT_NEWRELIC_VERSION}-linux-musl.tar.gz \ | ||
| tar -xzC /tmp; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-amqp | ||
ARG PHPEXT_AMQP_VERSION=1.11.0 | ||
ARG PHPEXT_AMQP_VERSION=2.1.1 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
rabbitmq-c \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-apcu | ||
ARG PHPEXT_APCU_VERSION=5.1.22 | ||
ARG PHPEXT_APCU_VERSION=5.1.23 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext apcu-${PHPEXT_APCU_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) apcu; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-ast | ||
ARG PHPEXT_AST_VERSION=1.1.0 | ||
ARG PHPEXT_AST_VERSION=1.1.1 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext ast-${PHPEXT_AST_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) ast; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-grpc | ||
ARG PHPEXT_GRPC_VERSION=1.56.0 | ||
ARG PHPEXT_GRPC_VERSION=1.59.1 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libstdc++ \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mailparse | ||
ARG PHPEXT_MAILPARSE_VERSION=3.1.4 | ||
ARG PHPEXT_MAILPARSE_VERSION=3.1.6 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext mailparse-${PHPEXT_MAILPARSE_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) mailparse; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mongodb | ||
ARG PHPEXT_MONGODB_VERSION=1.16.1 | ||
ARG PHPEXT_MONGODB_VERSION=1.17.0 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
openssl \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-protobuf | ||
ARG PHPEXT_PROTOBUF_VERSION=3.23.4 | ||
ARG PHPEXT_PROTOBUF_VERSION=3.25.1 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext protobuf-${PHPEXT_PROTOBUF_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) protobuf; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-redis | ||
ARG PHPEXT_REDIS_VERSION=5.3.7 | ||
ARG PHPEXT_REDIS_VERSION=6.0.2 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext redis-${PHPEXT_REDIS_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) redis; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-xdebug | ||
ARG PHPEXT_XDEBUG_VERSION=3.2.1 | ||
ARG PHPEXT_XDEBUG_VERSION=3.2.2 | ||
RUN set -eux; \ | ||
buildDeps=" \ | ||
linux-headers \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-zip | ||
ARG PHPEXT_ZIP_VERSION=1.22.1 | ||
ARG PHPEXT_ZIP_VERSION=1.22.3 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libzip \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-zstd | ||
ARG PHPEXT_ZSTD_VERSION=0.12.3 | ||
ARG PHPEXT_ZSTD_VERSION=0.13.1 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext zstd-${PHPEXT_ZSTD_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) zstd; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-bookworm | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-newrelic | ||
ARG PHPEXT_NEWRELIC_VERSION=10.11.0.3 | ||
ARG PHPEXT_NEWRELIC_VERSION=10.14.0.3 | ||
RUN set -eux; \ | ||
curl -fsSL https://download.newrelic.com/php_agent/archive/${PHPEXT_NEWRELIC_VERSION}/newrelic-php5-${PHPEXT_NEWRELIC_VERSION}-linux.tar.gz \ | ||
| tar -xzC /tmp; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-bookworm | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-amqp | ||
ARG PHPEXT_AMQP_VERSION=1.11.0 | ||
ARG PHPEXT_AMQP_VERSION=2.1.1 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
librabbitmq4 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-bookworm | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-apcu | ||
ARG PHPEXT_APCU_VERSION=5.1.22 | ||
ARG PHPEXT_APCU_VERSION=5.1.23 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext apcu-${PHPEXT_APCU_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) apcu; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-bookworm | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-ast | ||
ARG PHPEXT_AST_VERSION=1.1.0 | ||
ARG PHPEXT_AST_VERSION=1.1.1 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext ast-${PHPEXT_AST_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) ast; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-bookworm | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-grpc | ||
ARG PHPEXT_GRPC_VERSION=1.56.0 | ||
ARG PHPEXT_GRPC_VERSION=1.59.1 | ||
RUN set -eux; \ | ||
buildDeps=" \ | ||
libzip-dev \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-bookworm | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mailparse | ||
ARG PHPEXT_MAILPARSE_VERSION=3.1.4 | ||
ARG PHPEXT_MAILPARSE_VERSION=3.1.6 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext mailparse-${PHPEXT_MAILPARSE_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) mailparse; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-bookworm | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mongodb | ||
ARG PHPEXT_MONGODB_VERSION=1.16.1 | ||
ARG PHPEXT_MONGODB_VERSION=1.17.0 | ||
RUN set -eux; \ | ||
buildDeps=" \ | ||
libssl-dev \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM php:8.1-bookworm | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-protobuf | ||
ARG PHPEXT_PROTOBUF_VERSION=3.23.4 | ||
ARG PHPEXT_PROTOBUF_VERSION=3.25.1 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext protobuf-${PHPEXT_PROTOBUF_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) protobuf; \ | ||
|
Oops, something went wrong.