File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ FROM main as dev
5858ARG USER=root
5959ARG PASSWORD=root
6060
61- ARG COMPOSER_VERSION=1.10 .1
61+ ARG COMPOSER_VERSION=2.2 .1
6262
6363RUN apk add -U --no-cache \
6464 php7-pear \
@@ -78,8 +78,7 @@ RUN apk add -U --no-cache \
7878 && echo "${USER}:${PASSWORD}" | chpasswd \
7979 && ssh-keygen -A \
8080 # Download composer.
81- && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=${COMPOSER_VERSION} \
82- && composer global require "hirak/prestissimo:0.3.10"
81+ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=${COMPOSER_VERSION}
8382
8483ADD devfs /
8584
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ FROM main as dev
4949ARG USER=root
5050ARG PASSWORD=root
5151
52- ARG COMPOSER_VERSION=2.0.8
52+ ARG COMPOSER_VERSION=2.2.1
5353
5454RUN apk add -U --no-cache \
5555 php8-pear \
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ FROM main as dev
4848ARG USER=root
4949ARG PASSWORD=root
5050
51- ARG COMPOSER_VERSION=2.0.8
51+ ARG COMPOSER_VERSION=2.2.1
5252
5353RUN apk add -U --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
5454 php81-pear \
You can’t perform that action at this time.
0 commit comments