Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit abf5ada

Browse files
upgrade dependencies
1 parent 0cc9e9f commit abf5ada

File tree

3 files changed

+953
-964
lines changed

3 files changed

+953
-964
lines changed

‎Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=7.4.14
1+
ARG PHP_VERSION=7.4.25
22
ARG NGINX_VERSION=1.18
33

44
FROM php:${PHP_VERSION}-fpm-alpine AS app_php
@@ -32,7 +32,7 @@ RUN docker-php-source extract \
3232
&& rm -rf /tmp/pear \
3333
&& rm -rf /var/cache/apk/*
3434

35-
COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
35+
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
3636
COPY docker/php/php.ini $PHP_INI_DIR/conf.d/php.ini
3737
COPY docker/php/php-cli.ini $PHP_INI_DIR/conf.d/php-cli.ini
3838
COPY docker/php/xdebug.ini $PHP_INI_DIR/conf.d/xdebug.ini
@@ -42,14 +42,11 @@ WORKDIR ${WORKDIR}
4242

4343
# https://getcomposer.org/doc/03-cli.md#composer-allow-superuser
4444
ENV COMPOSER_ALLOW_SUPERUSER=1
45-
RUN set -eux; \
46-
composer global require "hirak/prestissimo:^0.3" --prefer-dist --no-progress --no-suggest --classmap-authoritative; \
47-
composer clear-cache
4845

4946
# prevent the reinstallation of vendors at every changes in the source code
5047
COPY composer.json composer.lock symfony.lock ./
5148
RUN set -eux; \
52-
composer install --prefer-dist --no-autoloader --no-scripts --no-progress --no-suggest; \
49+
composer install --prefer-dist --no-autoloader --no-scripts --no-progress; \
5350
composer clear-cache
5451

5552
RUN set -eux \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /