Skip to content

Commit

Permalink
Upgraded pecl extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fox91 committed Feb 13, 2023
1 parent 38e3b4c commit 9981890
Show file tree
Hide file tree
Showing 43 changed files with 49 additions and 49 deletions.
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.50.0
ARG PHPEXT_GRPC_VERSION=1.51.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.12
ARG PHPEXT_IGBINARY_VERSION=3.2.13
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_mongodb/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-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.0
ARG PHPEXT_MONGODB_VERSION=1.15.1
RUN set -eux; \
persistentDeps=" \
openssl \
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.9
ARG PHPEXT_PROTOBUF_VERSION=3.21.12
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_timezonedb/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-timezonedb
ARG PHPEXT_TIMEZONEDB_VERSION=2022.6
ARG PHPEXT_TIMEZONEDB_VERSION=2022.7
RUN set -eux; \
pecl bundle -d /usr/src/php/ext timezonedb-${PHPEXT_TIMEZONEDB_VERSION}; \
docker-php-ext-install -j$(nproc) timezonedb; \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/alpine3.16/pecl_xhprof/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-xhprof
ARG PHPEXT_XHPROF_VERSION=2.3.8
ARG PHPEXT_XHPROF_VERSION=2.3.9
RUN set -eux; \
pecl bundle -d /usr/src/php/ext xhprof-${PHPEXT_XHPROF_VERSION}; \
docker-php-ext-install -j$(nproc) xhprof/extension; \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/alpine3.16/pecl_zstd/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-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.0
ARG PHPEXT_ZSTD_VERSION=0.12.1
RUN set -eux; \
pecl bundle -d /usr/src/php/ext zstd-${PHPEXT_ZSTD_VERSION}; \
docker-php-ext-install -j$(nproc) zstd; \
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.50.0
ARG PHPEXT_GRPC_VERSION=1.51.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.12
ARG PHPEXT_IGBINARY_VERSION=3.2.13
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_mongodb/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-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.0
ARG PHPEXT_MONGODB_VERSION=1.15.1
RUN set -eux; \
buildDeps=" \
libssl-dev \
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.9
ARG PHPEXT_PROTOBUF_VERSION=3.21.12
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_timezonedb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Andrea Falco <[email protected]>"


# PHP ext-timezonedb
ARG PHPEXT_TIMEZONEDB_VERSION=2022.6
ARG PHPEXT_TIMEZONEDB_VERSION=2022.7
RUN set -eux; \
pecl bundle -d /usr/src/php/ext timezonedb-${PHPEXT_TIMEZONEDB_VERSION}; \
docker-php-ext-install -j$(nproc) timezonedb; \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/bullseye/pecl_xhprof/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-xhprof
ARG PHPEXT_XHPROF_VERSION=2.3.8
ARG PHPEXT_XHPROF_VERSION=2.3.9
RUN set -eux; \
pecl bundle -d /usr/src/php/ext xhprof-${PHPEXT_XHPROF_VERSION}; \
docker-php-ext-install -j$(nproc) xhprof/extension; \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/bullseye/pecl_zstd/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-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.0
ARG PHPEXT_ZSTD_VERSION=0.12.1
RUN set -eux; \
pecl bundle -d /usr/src/php/ext zstd-${PHPEXT_ZSTD_VERSION}; \
docker-php-ext-install -j$(nproc) zstd; \
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.50.0
ARG PHPEXT_GRPC_VERSION=1.51.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.12
ARG PHPEXT_IGBINARY_VERSION=3.2.13
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_mongodb/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-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.0
ARG PHPEXT_MONGODB_VERSION=1.15.1
RUN set -eux; \
persistentDeps=" \
openssl \
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.9
ARG PHPEXT_PROTOBUF_VERSION=3.21.12
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_timezonedb/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-timezonedb
ARG PHPEXT_TIMEZONEDB_VERSION=2022.6
ARG PHPEXT_TIMEZONEDB_VERSION=2022.7
RUN set -eux; \
pecl bundle -d /usr/src/php/ext timezonedb-${PHPEXT_TIMEZONEDB_VERSION}; \
docker-php-ext-install -j$(nproc) timezonedb; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.17/pecl_xhprof/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-xhprof
ARG PHPEXT_XHPROF_VERSION=2.3.8
ARG PHPEXT_XHPROF_VERSION=2.3.9
RUN set -eux; \
pecl bundle -d /usr/src/php/ext xhprof-${PHPEXT_XHPROF_VERSION}; \
docker-php-ext-install -j$(nproc) xhprof/extension; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.17/pecl_zstd/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-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.0
ARG PHPEXT_ZSTD_VERSION=0.12.1
RUN set -eux; \
pecl bundle -d /usr/src/php/ext zstd-${PHPEXT_ZSTD_VERSION}; \
docker-php-ext-install -j$(nproc) zstd; \
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.50.0
ARG PHPEXT_GRPC_VERSION=1.51.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.12
ARG PHPEXT_IGBINARY_VERSION=3.2.13
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_mongodb/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-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.0
ARG PHPEXT_MONGODB_VERSION=1.15.1
RUN set -eux; \
buildDeps=" \
libssl-dev \
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.9
ARG PHPEXT_PROTOBUF_VERSION=3.21.12
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_timezonedb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Andrea Falco <[email protected]>"


# PHP ext-timezonedb
ARG PHPEXT_TIMEZONEDB_VERSION=2022.6
ARG PHPEXT_TIMEZONEDB_VERSION=2022.7
RUN set -eux; \
pecl bundle -d /usr/src/php/ext timezonedb-${PHPEXT_TIMEZONEDB_VERSION}; \
docker-php-ext-install -j$(nproc) timezonedb; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bullseye/pecl_xhprof/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-xhprof
ARG PHPEXT_XHPROF_VERSION=2.3.8
ARG PHPEXT_XHPROF_VERSION=2.3.9
RUN set -eux; \
pecl bundle -d /usr/src/php/ext xhprof-${PHPEXT_XHPROF_VERSION}; \
docker-php-ext-install -j$(nproc) xhprof/extension; \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bullseye/pecl_zstd/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-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.0
ARG PHPEXT_ZSTD_VERSION=0.12.1
RUN set -eux; \
pecl bundle -d /usr/src/php/ext zstd-${PHPEXT_ZSTD_VERSION}; \
docker-php-ext-install -j$(nproc) zstd; \
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.50.0
ARG PHPEXT_GRPC_VERSION=1.51.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.12
ARG PHPEXT_IGBINARY_VERSION=3.2.13
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_mongodb/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-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.0
ARG PHPEXT_MONGODB_VERSION=1.15.1
RUN set -eux; \
persistentDeps=" \
openssl \
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.9
ARG PHPEXT_PROTOBUF_VERSION=3.21.12
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_timezonedb/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-timezonedb
ARG PHPEXT_TIMEZONEDB_VERSION=2022.6
ARG PHPEXT_TIMEZONEDB_VERSION=2022.7
RUN set -eux; \
pecl bundle -d /usr/src/php/ext timezonedb-${PHPEXT_TIMEZONEDB_VERSION}; \
docker-php-ext-install -j$(nproc) timezonedb; \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.17/pecl_xhprof/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-xhprof
ARG PHPEXT_XHPROF_VERSION=2.3.8
ARG PHPEXT_XHPROF_VERSION=2.3.9
RUN set -eux; \
pecl bundle -d /usr/src/php/ext xhprof-${PHPEXT_XHPROF_VERSION}; \
docker-php-ext-install -j$(nproc) xhprof/extension; \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.17/pecl_zstd/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-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.0
ARG PHPEXT_ZSTD_VERSION=0.12.1
RUN set -eux; \
pecl bundle -d /usr/src/php/ext zstd-${PHPEXT_ZSTD_VERSION}; \
docker-php-ext-install -j$(nproc) zstd; \
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.50.0
ARG PHPEXT_GRPC_VERSION=1.51.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.12
ARG PHPEXT_IGBINARY_VERSION=3.2.13
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_mongodb/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-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.0
ARG PHPEXT_MONGODB_VERSION=1.15.1
RUN set -eux; \
buildDeps=" \
libssl-dev \
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.9
ARG PHPEXT_PROTOBUF_VERSION=3.21.12
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/bullseye/pecl_timezonedb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Andrea Falco <[email protected]>"


# PHP ext-timezonedb
ARG PHPEXT_TIMEZONEDB_VERSION=2022.6
ARG PHPEXT_TIMEZONEDB_VERSION=2022.7
RUN set -eux; \
pecl bundle -d /usr/src/php/ext timezonedb-${PHPEXT_TIMEZONEDB_VERSION}; \
docker-php-ext-install -j$(nproc) timezonedb; \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/bullseye/pecl_xhprof/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-xhprof
ARG PHPEXT_XHPROF_VERSION=2.3.8
ARG PHPEXT_XHPROF_VERSION=2.3.9
RUN set -eux; \
pecl bundle -d /usr/src/php/ext xhprof-${PHPEXT_XHPROF_VERSION}; \
docker-php-ext-install -j$(nproc) xhprof/extension; \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/bullseye/pecl_zstd/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-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.0
ARG PHPEXT_ZSTD_VERSION=0.12.1
RUN set -eux; \
pecl bundle -d /usr/src/php/ext zstd-${PHPEXT_ZSTD_VERSION}; \
docker-php-ext-install -j$(nproc) zstd; \
Expand Down
Loading

0 comments on commit 9981890

Please sign in to comment.