mirror of
https://github.com/roundcube/roundcubemail-docker.git
synced 2026-05-05 02:46:14 +02:00
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:
parent
022d29b03d
commit
de5dfc6f2d
@ -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"
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user