File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # elecena.pl (c) 2015-2020
1+ # elecena.pl (c) 2015-2021
22
33# @see https://hub.docker.com/_/composer
4- FROM composer:1.10.13 AS php-composer
4+ FROM composer:1.10.20 AS php-composer
55
66# @see https://hub.docker.com/_/python/
77FROM python:3.9.0-alpine3.12
@@ -15,6 +15,8 @@ COPY --from=php-composer /usr/bin/composer /usr/bin
1515ADD https://dl.bintray.com/php-alpine/key/php-alpine.rsa.pub /etc/apk/keys/php-alpine.rsa.pub
1616RUN echo "https://dl.bintray.com/php-alpine/v3.12/php-8.0" >> /etc/apk/repositories
1717
18+ ENV PHP_VERSION 8.0.1
19+
1820# install dependencies
1921RUN apk update && apk add \
2022 php8 \
@@ -49,8 +51,6 @@ RUN apk update && apk add \
4951 gnu-libiconv \
5052 && rm -rf /tmp/* /var/log/* /var/cache/*
5153
52- ENV PHP_VERSION 8.0.0
53-
5454# use GNU iconv in php
5555ENV LD_PRELOAD="/usr/lib/preloadable_libiconv.so php-fpm7 php7"
5656
You can’t perform that action at this time.
0 commit comments