Skip to content

Commit de5dfc6

Browse files
committed
Temporarily use alpine 3.21 to fix builds
The actual culprit is ICU 76.1-r0, which is included in alpine v3.22 Refs: php/php-src#18831 mlocati/docker-php-extension-installer#1104
1 parent 022d29b commit de5dfc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-fpm-alpine as root
1+
FROM php:8.1-fpm-alpine3.21 as root
22
LABEL maintainer="Thomas Bruederli <[email protected]>"
33
LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
44

templates/Dockerfile-alpine.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1-%%VARIANT%% as root
1+
FROM php:8.1-%%VARIANT%%3.21 as root
22
LABEL maintainer="Thomas Bruederli <[email protected]>"
33
LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
44

0 commit comments

Comments
 (0)