Skip to content

Commit

Permalink
Merge pull request #70 from niepi/release/8.2-version-upgrades
Browse files Browse the repository at this point in the history
Release/8.2 version upgrades - update composer to 2.7.7
  • Loading branch information
en-jschuetze authored Jun 24, 2024
2 parents dc8f432 + 64d8b61 commit c3051d7
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
@@ -1,6 +1,6 @@
FROM alpine:3.19.1

ARG PHP_VERSION="8.2.19"
ARG PHP_VERSION="8.2.20"
ARG PHP_PACKAGE_BASENAME="php82"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm82"
ARG UNIT_VERSION="1.32.1"
Expand Down Expand Up @@ -88,7 +88,7 @@ RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-pcov
COPY files/php.ini /etc/${PHP_PACKAGE_BASENAME}/php.ini

# add composer
RUN wget --quiet --no-verbose https://github.com/composer/composer/releases/download/2.7.1/composer.phar -O /usr/bin/composer && chmod +x /usr/bin/composer
RUN wget --quiet --no-verbose https://github.com/composer/composer/releases/download/2.7.7/composer.phar -O /usr/bin/composer && chmod +x /usr/bin/composer
ENV COMPOSER_HOME=/composer
RUN mkdir /composer && chown www-data:www-data /composer

Expand Down

0 comments on commit c3051d7

Please sign in to comment.