-
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
47 changed files
with
54 additions
and
54 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.3.0.315 | ||
ARG PHPEXT_NEWRELIC_VERSION=10.6.0.318 | ||
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-grpc | ||
ARG PHPEXT_GRPC_VERSION=1.51.1 | ||
ARG PHPEXT_GRPC_VERSION=1.52.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-igbinary | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.13 | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.14 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) igbinary; \ | ||
|
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-mcrypt | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.5 | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.6 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libmcrypt \ | ||
|
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-pdo_sqlsrv | ||
ARG PHPEXT_SQLSRV_VERSION=5.10.1 | ||
ARG PHPEXT_SQLSRV_VERSION=5.11.0 | ||
RUN set -eux; \ | ||
apkDeps=" \ | ||
gnupg \ | ||
|
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.21.12 | ||
ARG PHPEXT_PROTOBUF_VERSION=3.22.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-sqlsrv | ||
ARG PHPEXT_SQLSRV_VERSION=5.10.1 | ||
ARG PHPEXT_SQLSRV_VERSION=5.11.0 | ||
RUN set -eux; \ | ||
apkDeps=" \ | ||
gnupg \ | ||
|
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-yaml | ||
ARG PHPEXT_YAML_VERSION=2.2.2 | ||
ARG PHPEXT_YAML_VERSION=2.2.3 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
yaml \ | ||
|
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.3.0.315 | ||
ARG PHPEXT_NEWRELIC_VERSION=10.6.0.318 | ||
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-grpc | ||
ARG PHPEXT_GRPC_VERSION=1.51.1 | ||
ARG PHPEXT_GRPC_VERSION=1.52.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-igbinary | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.13 | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.14 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) igbinary; \ | ||
|
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-mcrypt | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.5 | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.6 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libmcrypt4 \ | ||
|
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-pdo_sqlsrv | ||
ARG PHPEXT_PDO_SQLSRV_VERSION=5.10.1 | ||
ARG PHPEXT_PDO_SQLSRV_VERSION=5.11.0 | ||
RUN set -eux; \ | ||
aptDeps=" \ | ||
gnupg \ | ||
|
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.21.12 | ||
ARG PHPEXT_PROTOBUF_VERSION=3.22.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-sqlsrv | ||
ARG PHPEXT_SQLSRV_VERSION=5.10.1 | ||
ARG PHPEXT_SQLSRV_VERSION=5.11.0 | ||
RUN set -eux; \ | ||
aptDeps=" \ | ||
gnupg \ | ||
|
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-yaml | ||
ARG PHPEXT_YAML_VERSION=2.2.2 | ||
ARG PHPEXT_YAML_VERSION=2.2.3 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libyaml-0-2 \ | ||
|
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.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-newrelic | ||
ARG PHPEXT_NEWRELIC_VERSION=10.3.0.315 | ||
ARG PHPEXT_NEWRELIC_VERSION=10.6.0.318 | ||
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.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-grpc | ||
ARG PHPEXT_GRPC_VERSION=1.51.1 | ||
ARG PHPEXT_GRPC_VERSION=1.52.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.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-igbinary | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.13 | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.14 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) igbinary; \ | ||
|
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.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mcrypt | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.5 | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.6 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libmcrypt \ | ||
|
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.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-pdo_sqlsrv | ||
ARG PHPEXT_SQLSRV_VERSION=5.10.1 | ||
ARG PHPEXT_SQLSRV_VERSION=5.11.0 | ||
RUN set -eux; \ | ||
apkDeps=" \ | ||
gnupg \ | ||
|
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.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-protobuf | ||
ARG PHPEXT_PROTOBUF_VERSION=3.21.12 | ||
ARG PHPEXT_PROTOBUF_VERSION=3.22.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.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-sqlsrv | ||
ARG PHPEXT_SQLSRV_VERSION=5.10.1 | ||
ARG PHPEXT_SQLSRV_VERSION=5.11.0 | ||
RUN set -eux; \ | ||
apkDeps=" \ | ||
gnupg \ | ||
|
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.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-yaml | ||
ARG PHPEXT_YAML_VERSION=2.2.2 | ||
ARG PHPEXT_YAML_VERSION=2.2.3 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
yaml \ | ||
|
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-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-newrelic | ||
ARG PHPEXT_NEWRELIC_VERSION=10.3.0.315 | ||
ARG PHPEXT_NEWRELIC_VERSION=10.6.0.318 | ||
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-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-grpc | ||
ARG PHPEXT_GRPC_VERSION=1.51.1 | ||
ARG PHPEXT_GRPC_VERSION=1.52.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-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-igbinary | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.13 | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.14 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) igbinary; \ | ||
|
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-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mcrypt | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.5 | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.6 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libmcrypt4 \ | ||
|
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-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-pdo_sqlsrv | ||
ARG PHPEXT_PDO_SQLSRV_VERSION=5.10.1 | ||
ARG PHPEXT_PDO_SQLSRV_VERSION=5.11.0 | ||
RUN set -eux; \ | ||
aptDeps=" \ | ||
gnupg \ | ||
|
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-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-protobuf | ||
ARG PHPEXT_PROTOBUF_VERSION=3.21.12 | ||
ARG PHPEXT_PROTOBUF_VERSION=3.22.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-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-sqlsrv | ||
ARG PHPEXT_SQLSRV_VERSION=5.10.1 | ||
ARG PHPEXT_SQLSRV_VERSION=5.11.0 | ||
RUN set -eux; \ | ||
aptDeps=" \ | ||
gnupg \ | ||
|
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-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-yaml | ||
ARG PHPEXT_YAML_VERSION=2.2.2 | ||
ARG PHPEXT_YAML_VERSION=2.2.3 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libyaml-0-2 \ | ||
|
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.2-alpine3.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-grpc | ||
ARG PHPEXT_GRPC_VERSION=1.51.1 | ||
ARG PHPEXT_GRPC_VERSION=1.52.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.2-alpine3.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-igbinary | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.13 | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.14 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) igbinary; \ | ||
|
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.2-alpine3.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mcrypt | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.5 | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.6 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libmcrypt \ | ||
|
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.2-alpine3.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-pdo_sqlsrv | ||
ARG PHPEXT_SQLSRV_VERSION=5.10.1 | ||
ARG PHPEXT_SQLSRV_VERSION=5.11.0 | ||
RUN set -eux; \ | ||
apkDeps=" \ | ||
gnupg \ | ||
|
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.2-alpine3.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-protobuf | ||
ARG PHPEXT_PROTOBUF_VERSION=3.21.12 | ||
ARG PHPEXT_PROTOBUF_VERSION=3.22.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.2-alpine3.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-sqlsrv | ||
ARG PHPEXT_SQLSRV_VERSION=5.10.1 | ||
ARG PHPEXT_SQLSRV_VERSION=5.11.0 | ||
RUN set -eux; \ | ||
apkDeps=" \ | ||
gnupg \ | ||
|
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.2-alpine3.17 | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-yaml | ||
ARG PHPEXT_YAML_VERSION=2.2.2 | ||
ARG PHPEXT_YAML_VERSION=2.2.3 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
yaml \ | ||
|
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.2-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-grpc | ||
ARG PHPEXT_GRPC_VERSION=1.51.1 | ||
ARG PHPEXT_GRPC_VERSION=1.52.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.2-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-igbinary | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.13 | ||
ARG PHPEXT_IGBINARY_VERSION=3.2.14 | ||
RUN set -eux; \ | ||
pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \ | ||
docker-php-ext-install -j$(nproc) igbinary; \ | ||
|
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.2-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-mcrypt | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.5 | ||
ARG PHPEXT_MCRYPT_VERSION=1.0.6 | ||
RUN set -eux; \ | ||
persistentDeps=" \ | ||
libmcrypt4 \ | ||
|
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.2-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-pdo_sqlsrv | ||
ARG PHPEXT_PDO_SQLSRV_VERSION=5.10.1 | ||
ARG PHPEXT_PDO_SQLSRV_VERSION=5.11.0 | ||
RUN set -eux; \ | ||
aptDeps=" \ | ||
gnupg \ | ||
|
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.2-bullseye | |
LABEL maintainer="Andrea Falco <[email protected]>" | ||
|
||
# PHP ext-protobuf | ||
ARG PHPEXT_PROTOBUF_VERSION=3.21.12 | ||
ARG PHPEXT_PROTOBUF_VERSION=3.22.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.