Skip to content

Commit f6fce6f

Browse files
committed
fix extension name
1 parent 60b5365 commit f6fce6f

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
66

77
# curl, json, mbstring, sqlite, xml are included in the base php image
88
RUN chmod +x /usr/local/bin/install-php-extensions && \
9-
IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath exif gd igbinary imagick/imagick imap intl ldap memcached mysqli opcache pcntl pdo_mysql pdo_pgsql pgsql redis ssh2 xdebug zip @composer
9+
IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath exif gd igbinary imagick imap intl ldap memcached mysqli opcache pcntl pdo_mysql pdo_pgsql pgsql redis ssh2 xdebug zip @composer
1010

1111
# Use the default production configuration and mod to match our production
1212
RUN apk add --no-cache git && mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ The following images are built:
88

99
- ghcr.io/aadl/php:7.4 - End of Life
1010
- ghcr.io/aadl/php:8.0 - End of Life
11-
- ghcr.io/aadl/php:8.1 - EOL | Security till 12/31/25
12-
- ghcr.io/aadl/php:8.2 - EOL on 12/31/24 | Security till 12/31/26
13-
- ghcr.io/aadl/php:8.3 - Active
11+
- ghcr.io/aadl/php:8.1 - EOL | Security 2025-12-31
12+
- ghcr.io/aadl/php:8.2 - EOL | Security 2026-12-31
13+
- ghcr.io/aadl/php:8.3 - EOL on 2025-12-31 | Security 2027-12-31
14+
- ghcr.io/aadl/php:8.4 - EOL on 2026-12-31 | Security 2028-12-31
1415

1516
### Extensions
1617

0 commit comments

Comments
 (0)