Skip to content
Snippets Groups Projects
Commit 55909229 authored by Andrey Postnikov's avatar Andrey Postnikov Committed by Andrey Postnikov
Browse files

Upgrade PHP 8.3.0, APCu 5.1.23, YAML 2.2.3

(cherry picked from commit 673278a6)
parent 917c4546
No related branches found
No related tags found
No related merge requests found
Pipeline #54523 passed
......@@ -5,7 +5,7 @@
# regenerate file structure
# m4 each of the 10 files - dockerfiles and others
declare -a PHP_VERSIONS=(5.3.29 5.4.45 5.5.38 5.6.37 7.0.33 7.1.33 7.2.34 7.3.33 7.4.28 7.3.x 7.4.x 8.0.28 8.0.x 8.1.25 8.2.12 8.3.0-rc6)
declare -a PHP_VERSIONS=(5.3.29 5.4.45 5.5.38 5.6.37 7.0.33 7.1.33 7.2.34 7.3.33 7.4.28 7.3.x 7.4.x 8.0.28 8.0.x 8.1.25 8.2.12 8.3.0)
CONTAINERDIR=php
for PHP_LABEL in "${PHP_VERSIONS[@]}";
do
......
......@@ -89,8 +89,8 @@ ENV PHP_LDFLAGS=""
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F 0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 0A95E9A026542D53835E3F3A7DEC4E69FC9C83D7 CBAF69F173A0FEA4B537F470D66C9593118BCCB6 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
# PHP Version
ENV PHP_VERSION 8.3.0-rc6
ENV PHP_URL="https://downloads.php.net/~eric/php-8.3.0RC6.tar.xz"
ENV PHP_VERSION 8.3.0
ENV PHP_URL="https://www.php.net/distributions/php-${PHP_VERSION}.tar.xz"
RUN set -xe; \
\
......@@ -202,7 +202,7 @@ RUN set -xe \
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
# install pecl extensions for apcu, xdebug, and yaml
RUN docker-php-ext-pecl-install APCu-5.1.22 \
RUN docker-php-ext-pecl-install APCu-5.1.23 yaml-2.2.3 \
&& apt-get update \
&& apt-get install -y default-mysql-client postgresql-client sudo git sqlite3 --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment