Skip to content

Commit

Permalink
Upgrade composer and deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas authored Jun 30, 2023
1 parent 310ac12 commit 6f8467e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ RUN apt-get update -qq \
&& docker-php-ext-configure gd --with-jpeg --with-webp --with-freetype --with-avif \
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
&& docker-php-ext-install -j$(nproc) gd imap sockets \
&& curl --output composer -Ss https://getcomposer.org/download/2.5.7/composer.phar \
&& curl --output composer -Ss https://getcomposer.org/download/2.5.8/composer.phar \
&& mv composer /usr/bin/composer \
&& chmod 755 /usr/bin/composer \
&& chown root:root /usr/bin/composer \
&& curl -LO https://github.com/deployphp/deployer/releases/download/v7.3.0/deployer.phar \
&& curl -LO https://github.com/deployphp/deployer/releases/download/v7.3.1/deployer.phar \
&& mv deployer.phar /usr/bin/dep \
&& chmod +x /usr/bin/dep \
&& groupadd -g 1001 supervisor \
Expand Down

0 comments on commit 6f8467e

Please sign in to comment.