File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV PHP_VERSION=${PHP_VERSION}
6
6
ENV PORT=8080
7
7
ENV DOCUMENT_ROOT=/app/html
8
8
9
- ENV COMPOSER_VERSION=1.9.1
9
+ ENV COMPOSER_VERSION=1.10.25
10
10
ENV SUPERVISORD_VERSION=0.6.3
11
11
ENV DOCKERIZE_VERSION=2.1.0
12
12
# https://github.com/grpc/grpc/issues/13412
@@ -47,7 +47,7 @@ RUN set -ex \
47
47
&& chown www-data:www-data ${COMPOSER_HOME} ${COMPOSER_CACHE_DIR} \
48
48
&& chmod 777 ${COMPOSER_HOME} ${COMPOSER_CACHE_DIR} \
49
49
&& /usr/local/docker/build-scripts/install-composer \
50
- && composer global require --prefer-dist hirak/prestissimo 0.3.9 \
50
+ && composer global require --prefer-dist hirak/prestissimo 0.3.10 \
51
51
&& /usr/local/docker/build-scripts/install-dockerize \
52
52
&& /usr/local/docker/build-scripts/install-supervisord \
53
53
&& /usr/local/docker/build-scripts/install-php-extensions /usr/local/docker/build-scripts/php-extensions.minimal.yaml \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV PHP_VERSION=${PHP_VERSION}
6
6
ENV PORT=8080
7
7
ENV DOCUMENT_ROOT=/app/html
8
8
9
- ENV COMPOSER_VERSION=2.0.11
9
+ ENV COMPOSER_VERSION=2.2.6
10
10
ENV SUPERVISORD_VERSION=0.6.3
11
11
ENV DOCKERIZE_VERSION=2.1.0
12
12
# https://github.com/grpc/grpc/issues/13412
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV PHP_VERSION=${PHP_VERSION}
6
6
ENV PORT=8080
7
7
ENV DOCUMENT_ROOT=/app/html
8
8
9
- ENV COMPOSER_VERSION=2.0.11
9
+ ENV COMPOSER_VERSION=2.2.6
10
10
ENV SUPERVISORD_VERSION=0.6.3
11
11
ENV DOCKERIZE_VERSION=2.1.0
12
12
# https://github.com/grpc/grpc/issues/13412
You can’t perform that action at this time.
0 commit comments