Skip to content

Commit 5def2d2

Browse files
committed
feat(composer): Upgrade to version 2.2.1
1 parent e80a66a commit 5def2d2

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

7.4/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ FROM main as dev
5858
ARG USER=root
5959
ARG PASSWORD=root
6060

61-
ARG COMPOSER_VERSION=1.10.1
61+
ARG COMPOSER_VERSION=2.2.1
6262

6363
RUN 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

8483
ADD devfs /
8584

8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ FROM main as dev
4949
ARG USER=root
5050
ARG PASSWORD=root
5151

52-
ARG COMPOSER_VERSION=2.0.8
52+
ARG COMPOSER_VERSION=2.2.1
5353

5454
RUN apk add -U --no-cache \
5555
php8-pear \

8.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ FROM main as dev
4848
ARG USER=root
4949
ARG PASSWORD=root
5050

51-
ARG COMPOSER_VERSION=2.0.8
51+
ARG COMPOSER_VERSION=2.2.1
5252

5353
RUN apk add -U --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
5454
php81-pear \

0 commit comments

Comments
 (0)