File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18
33LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44
55# PHP ext-grpc
6- ARG PHPEXT_GRPC_VERSION=1.59.1
6+ ARG PHPEXT_GRPC_VERSION=1.60.0
77RUN set -eux; \
88 persistentDeps=" \
99 libstdc++ \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18
33LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44
55# PHP ext-igbinary
6- ARG PHPEXT_IGBINARY_VERSION=3.2.14
6+ ARG PHPEXT_IGBINARY_VERSION=3.2.15
77RUN set -eux; \
88 pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \
99 docker-php-ext-install -j$(nproc) igbinary; \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:8.1-alpine3.18
33LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44
55# PHP ext-xdebug
6- ARG PHPEXT_XDEBUG_VERSION=3.2.2
6+ ARG PHPEXT_XDEBUG_VERSION=3.3.0
77RUN set -eux; \
88 buildDeps=" \
99 linux-headers \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:8.1-bookworm
33LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44
55# PHP ext-grpc
6- ARG PHPEXT_GRPC_VERSION=1.59.1
6+ ARG PHPEXT_GRPC_VERSION=1.60.0
77RUN set -eux; \
88 buildDeps=" \
99 libzip-dev \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:8.1-bookworm
33LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44
55# PHP ext-igbinary
6- ARG PHPEXT_IGBINARY_VERSION=3.2.14
6+ ARG PHPEXT_IGBINARY_VERSION=3.2.15
77RUN set -eux; \
88 pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \
99 docker-php-ext-install -j$(nproc) igbinary; \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:8.1-bookworm
33LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44
55# PHP ext-xdebug
6- ARG PHPEXT_XDEBUG_VERSION=3.2.2
6+ ARG PHPEXT_XDEBUG_VERSION=3.3.0
77RUN set -eux; \
88 pecl bundle -d /usr/src/php/ext xdebug-${PHPEXT_XDEBUG_VERSION}; \
99 docker-php-ext-install -j$(nproc) xdebug; \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.18
33LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44
55# PHP ext-grpc
6- ARG PHPEXT_GRPC_VERSION=1.59.1
6+ ARG PHPEXT_GRPC_VERSION=1.60.0
77RUN set -eux; \
88 persistentDeps=" \
99 libstdc++ \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.18
33LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44
55# PHP ext-igbinary
6- ARG PHPEXT_IGBINARY_VERSION=3.2.14
6+ ARG PHPEXT_IGBINARY_VERSION=3.2.15
77RUN set -eux; \
88 pecl bundle -d /usr/src/php/ext igbinary-${PHPEXT_IGBINARY_VERSION}; \
99 docker-php-ext-install -j$(nproc) igbinary; \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:8.2-alpine3.18
33LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44
55# PHP ext-xdebug
6- ARG PHPEXT_XDEBUG_VERSION=3.2.2
6+ ARG PHPEXT_XDEBUG_VERSION=3.3.0
77RUN set -eux; \
88 buildDeps=" \
99 linux-headers \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:8.2-bookworm
33LABEL maintainer="Andrea Falco <andrea@falco.sh>"
44
55# PHP ext-grpc
6- ARG PHPEXT_GRPC_VERSION=1.59.1
6+ ARG PHPEXT_GRPC_VERSION=1.60.0
77RUN set -eux; \
88 buildDeps=" \
99 libzip-dev \
You can’t perform that action at this time.
0 commit comments