Skip to content

Commit

Permalink
Upgraded pecl extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fox91 committed Jul 8, 2023
1 parent ca4a041 commit f9050a6
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/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 <andrea@falco.sh>"

# PHP ext-newrelic
ARG PHPEXT_NEWRELIC_VERSION=10.9.0.324
ARG PHPEXT_NEWRELIC_VERSION=10.11.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; \
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 <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.53.0
ARG PHPEXT_GRPC_VERSION=1.56.0
RUN set -eux; \
persistentDeps=" \
libstdc++ \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/alpine3.16/pecl_memcache/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 <andrea@falco.sh>"

# PHP ext-memcache
ARG PHPEXT_MEMCACHE_VERSION=8.0
ARG PHPEXT_MEMCACHE_VERSION=8.2
RUN set -eux; \
persistentDeps=" \
libzip \
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 <andrea@falco.sh>"

# PHP ext-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.1
ARG PHPEXT_MONGODB_VERSION=1.16.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 <andrea@falco.sh>"

# PHP ext-protobuf
ARG PHPEXT_PROTOBUF_VERSION=3.22.1
ARG PHPEXT_PROTOBUF_VERSION=3.23.4
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_zip/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 <andrea@falco.sh>"

# PHP ext-zip
ARG PHPEXT_ZIP_VERSION=1.21.1
ARG PHPEXT_ZIP_VERSION=1.22.1
RUN set -eux; \
persistentDeps=" \
libzip \
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 <andrea@falco.sh>"

# PHP ext-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.1
ARG PHPEXT_ZSTD_VERSION=0.12.3
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/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 <andrea@falco.sh>"

# PHP ext-newrelic
ARG PHPEXT_NEWRELIC_VERSION=10.9.0.324
ARG PHPEXT_NEWRELIC_VERSION=10.11.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; \
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 <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.53.0
ARG PHPEXT_GRPC_VERSION=1.56.0
RUN set -eux; \
buildDeps=" \
libzip-dev \
Expand Down
2 changes: 1 addition & 1 deletion 8.0/bullseye/pecl_memcache/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 <andrea@falco.sh>"

# PHP ext-memcache
ARG PHPEXT_MEMCACHE_VERSION=8.0
ARG PHPEXT_MEMCACHE_VERSION=8.2
RUN set -eux; \
persistentDeps=" \
libzip4 \
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 <andrea@falco.sh>"

# PHP ext-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.1
ARG PHPEXT_MONGODB_VERSION=1.16.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 <andrea@falco.sh>"

# PHP ext-protobuf
ARG PHPEXT_PROTOBUF_VERSION=3.22.1
ARG PHPEXT_PROTOBUF_VERSION=3.23.4
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_zip/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 <andrea@falco.sh>"

# PHP ext-zip
ARG PHPEXT_ZIP_VERSION=1.21.1
ARG PHPEXT_ZIP_VERSION=1.22.1
RUN set -eux; \
persistentDeps=" \
libzip4 \
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 <andrea@falco.sh>"

# PHP ext-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.1
ARG PHPEXT_ZSTD_VERSION=0.12.3
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/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 <andrea@falco.sh>"

# PHP ext-newrelic
ARG PHPEXT_NEWRELIC_VERSION=10.9.0.324
ARG PHPEXT_NEWRELIC_VERSION=10.11.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; \
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 <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.53.0
ARG PHPEXT_GRPC_VERSION=1.56.0
RUN set -eux; \
persistentDeps=" \
libstdc++ \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine3.17/pecl_memcache/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 <andrea@falco.sh>"

# PHP ext-memcache
ARG PHPEXT_MEMCACHE_VERSION=8.0
ARG PHPEXT_MEMCACHE_VERSION=8.2
RUN set -eux; \
persistentDeps=" \
libzip \
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 <andrea@falco.sh>"

# PHP ext-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.1
ARG PHPEXT_MONGODB_VERSION=1.16.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 <andrea@falco.sh>"

# PHP ext-protobuf
ARG PHPEXT_PROTOBUF_VERSION=3.22.1
ARG PHPEXT_PROTOBUF_VERSION=3.23.4
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_zip/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 <andrea@falco.sh>"

# PHP ext-zip
ARG PHPEXT_ZIP_VERSION=1.21.1
ARG PHPEXT_ZIP_VERSION=1.22.1
RUN set -eux; \
persistentDeps=" \
libzip \
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 <andrea@falco.sh>"

# PHP ext-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.1
ARG PHPEXT_ZSTD_VERSION=0.12.3
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/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 <andrea@falco.sh>"

# PHP ext-newrelic
ARG PHPEXT_NEWRELIC_VERSION=10.9.0.324
ARG PHPEXT_NEWRELIC_VERSION=10.11.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; \
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 <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.53.0
ARG PHPEXT_GRPC_VERSION=1.56.0
RUN set -eux; \
buildDeps=" \
libzip-dev \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/bullseye/pecl_memcache/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 <andrea@falco.sh>"

# PHP ext-memcache
ARG PHPEXT_MEMCACHE_VERSION=8.0
ARG PHPEXT_MEMCACHE_VERSION=8.2
RUN set -eux; \
persistentDeps=" \
libzip4 \
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 <andrea@falco.sh>"

# PHP ext-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.1
ARG PHPEXT_MONGODB_VERSION=1.16.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 <andrea@falco.sh>"

# PHP ext-protobuf
ARG PHPEXT_PROTOBUF_VERSION=3.22.1
ARG PHPEXT_PROTOBUF_VERSION=3.23.4
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_zip/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 <andrea@falco.sh>"

# PHP ext-zip
ARG PHPEXT_ZIP_VERSION=1.21.1
ARG PHPEXT_ZIP_VERSION=1.22.1
RUN set -eux; \
persistentDeps=" \
libzip4 \
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 <andrea@falco.sh>"

# PHP ext-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.1
ARG PHPEXT_ZSTD_VERSION=0.12.3
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/newrelic/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 <andrea@falco.sh>"

# PHP ext-newrelic
ARG PHPEXT_NEWRELIC_VERSION=10.9.0.324
ARG PHPEXT_NEWRELIC_VERSION=10.11.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; \
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 <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.53.0
ARG PHPEXT_GRPC_VERSION=1.56.0
RUN set -eux; \
persistentDeps=" \
libstdc++ \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine3.17/pecl_memcache/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 <andrea@falco.sh>"

# PHP ext-memcache
ARG PHPEXT_MEMCACHE_VERSION=8.0
ARG PHPEXT_MEMCACHE_VERSION=8.2
RUN set -eux; \
persistentDeps=" \
libzip \
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 <andrea@falco.sh>"

# PHP ext-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.1
ARG PHPEXT_MONGODB_VERSION=1.16.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 <andrea@falco.sh>"

# PHP ext-protobuf
ARG PHPEXT_PROTOBUF_VERSION=3.22.1
ARG PHPEXT_PROTOBUF_VERSION=3.23.4
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_zip/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 <andrea@falco.sh>"

# PHP ext-zip
ARG PHPEXT_ZIP_VERSION=1.21.1
ARG PHPEXT_ZIP_VERSION=1.22.1
RUN set -eux; \
persistentDeps=" \
libzip \
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 <andrea@falco.sh>"

# PHP ext-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.1
ARG PHPEXT_ZSTD_VERSION=0.12.3
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/newrelic/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 <andrea@falco.sh>"

# PHP ext-newrelic
ARG PHPEXT_NEWRELIC_VERSION=10.9.0.324
ARG PHPEXT_NEWRELIC_VERSION=10.11.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; \
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 <andrea@falco.sh>"

# PHP ext-grpc
ARG PHPEXT_GRPC_VERSION=1.53.0
ARG PHPEXT_GRPC_VERSION=1.56.0
RUN set -eux; \
buildDeps=" \
libzip-dev \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/bullseye/pecl_memcache/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 <andrea@falco.sh>"

# PHP ext-memcache
ARG PHPEXT_MEMCACHE_VERSION=8.0
ARG PHPEXT_MEMCACHE_VERSION=8.2
RUN set -eux; \
persistentDeps=" \
libzip4 \
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 <andrea@falco.sh>"

# PHP ext-mongodb
ARG PHPEXT_MONGODB_VERSION=1.15.1
ARG PHPEXT_MONGODB_VERSION=1.16.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 <andrea@falco.sh>"

# PHP ext-protobuf
ARG PHPEXT_PROTOBUF_VERSION=3.22.1
ARG PHPEXT_PROTOBUF_VERSION=3.23.4
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_zip/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 <andrea@falco.sh>"

# PHP ext-zip
ARG PHPEXT_ZIP_VERSION=1.21.1
ARG PHPEXT_ZIP_VERSION=1.22.1
RUN set -eux; \
persistentDeps=" \
libzip4 \
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 <andrea@falco.sh>"

# PHP ext-zstd
ARG PHPEXT_ZSTD_VERSION=0.12.1
ARG PHPEXT_ZSTD_VERSION=0.12.3
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 f9050a6

Please sign in to comment.