File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ FROM php:8.0-alpine
44ENV COMPOSER_HOME="/tmp/composer"
55
66# Image page: <https://hub.docker.com/_/composer>
7- COPY --from=composer:2.0.13 /usr/bin/composer /usr/bin/composer
7+ COPY --from=composer:2.1.3 /usr/bin/composer /usr/bin/composer
88
99# Image page: <https://hub.docker.com/r/spiralscout/roadrunner>
10- COPY --from=spiralscout/roadrunner:2.2 .1 /usr/bin/rr /usr/bin/rr
10+ COPY --from=spiralscout/roadrunner:2.3 .1 /usr/bin/rr /usr/bin/rr
1111
1212RUN set -x \
1313 && apk add --no-cache binutils git \
1414 && apk add --no-cache --virtual .build-deps autoconf pkgconf make g++ gcc 1>/dev/null \
1515 # install xdebug (for testing with code coverage), but do not enable it
16- && pecl install xdebug-3.0.3 1>/dev/null \
16+ && pecl install xdebug-3.0.4 1>/dev/null \
1717 && docker-php-ext-install sockets pcntl \
1818 && apk del .build-deps \
1919 && mkdir --parents --mode=777 /src ${COMPOSER_HOME}/cache/repo ${COMPOSER_HOME}/cache/files \
You can’t perform that action at this time.
0 commit comments