Temporarily use alpine 3.21 to fix builds

The actual culprit is ICU 76.1-r0, which is included in alpine v3.22

Refs:
https://github.com/php/php-src/issues/18831
https://github.com/mlocati/docker-php-extension-installer/issues/1104
This commit is contained in:
Pablo Zmdl 2025-06-11 16:09:07 +02:00
parent 022d29b03d
commit de5dfc6f2d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM php:8.1-fpm-alpine as root
FROM php:8.1-fpm-alpine3.21 as root
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"

View File

@ -1,4 +1,4 @@
FROM php:8.1-%%VARIANT%% as root
FROM php:8.1-%%VARIANT%%3.21 as root
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"