Skip to content

Commit e9f15ae

Browse files
committed
Composer 2.8.0
1 parent 371a94c commit e9f15ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ENV APP_ENV=prod \
157157
COMPOSER_FUND=0 \
158158
PATH="${PATH}:/home/${DEFAULT_USER}/.composer/vendor/bin:${APP_PATH}/vendor/bin"
159159

160-
COPY --link --from=composer/composer:2.7-bin /composer /usr/bin/composer
160+
COPY --link --from=composer/composer:2.8-bin /composer /usr/bin/composer
161161

162162
RUN sudo -s <<EOF
163163
apk --no-cache add patch unzip

0 commit comments

Comments
 (0)