File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM php:8.0.9 -fpm-alpine
1
+ FROM php:8.0-fpm-alpine
2
2
3
3
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
4
4
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \
@@ -58,9 +58,9 @@ RUN apk info \
58
58
&& apk del .build-deps \
59
59
&& rm -rf /tmp/* /var/cache/apk/*
60
60
61
- # fix iconv (see https://github.com/docker-library/php/issues/240#issuecomment-305038173 )
62
- RUN apk add --no- cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ gnu-libiconv
63
- ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
61
+ # fix iconv (see https://github.com/docker-library/php/issues/240#issuecomment-876464325 )
62
+ RUN apk add gnu-libiconv=1.15-r3 --update- cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.13/community/ --allow-untrusted
63
+ ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
64
64
65
65
# change default shell
66
66
SHELL ["/bin/bash" , "-c" ]
You can’t perform that action at this time.
0 commit comments