Skip to content

Commit

Permalink
feat(composer): Upgrade to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge07 committed Dec 24, 2021
1 parent e80a66a commit 5def2d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions 7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ FROM main as dev
ARG USER=root
ARG PASSWORD=root

ARG COMPOSER_VERSION=1.10.1
ARG COMPOSER_VERSION=2.2.1

RUN apk add -U --no-cache \
php7-pear \
Expand All @@ -78,8 +78,7 @@ RUN apk add -U --no-cache \
&& echo "${USER}:${PASSWORD}" | chpasswd \
&& ssh-keygen -A \
# Download composer.
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=${COMPOSER_VERSION} \
&& composer global require "hirak/prestissimo:0.3.10"
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=${COMPOSER_VERSION}

ADD devfs /

Expand Down
2 changes: 1 addition & 1 deletion 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM main as dev
ARG USER=root
ARG PASSWORD=root

ARG COMPOSER_VERSION=2.0.8
ARG COMPOSER_VERSION=2.2.1

RUN apk add -U --no-cache \
php8-pear \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ FROM main as dev
ARG USER=root
ARG PASSWORD=root

ARG COMPOSER_VERSION=2.0.8
ARG COMPOSER_VERSION=2.2.1

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

0 comments on commit 5def2d2

Please sign in to comment.