Skip to content

Commit

Permalink
Upgraded pecl extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fox91 committed Mar 8, 2023
1 parent 9981890 commit d3aa303
Show file tree
Hide file tree
Showing 47 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion 8.0/alpine3.16/newrelic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/alpine3.16/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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++ \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/alpine3.16/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/alpine3.16/pecl_mcrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/alpine3.16/pecl_pdo_sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/alpine3.16/pecl_protobuf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/alpine3.16/pecl_sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/alpine3.16/pecl_yaml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/bullseye/newrelic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/bullseye/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/bullseye/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/bullseye/pecl_mcrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/bullseye/pecl_pdo_sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/bullseye/pecl_protobuf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/bullseye/pecl_sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/bullseye/pecl_yaml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.17/newrelic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.17/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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++ \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.17/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.17/pecl_mcrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.17/pecl_pdo_sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.17/pecl_protobuf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.17/pecl_sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.17/pecl_yaml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bullseye/newrelic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bullseye/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bullseye/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bullseye/pecl_mcrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bullseye/pecl_pdo_sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bullseye/pecl_protobuf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bullseye/pecl_sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bullseye/pecl_yaml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.17/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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++ \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.17/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.17/pecl_mcrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.17/pecl_pdo_sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.17/pecl_protobuf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.17/pecl_sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.17/pecl_yaml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/bullseye/pecl_grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/bullseye/pecl_igbinary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/bullseye/pecl_mcrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/bullseye/pecl_pdo_sqlsrv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/bullseye/pecl_protobuf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
Loading

0 comments on commit d3aa303

Please sign in to comment.