Skip to content

Commit b9daca1

Browse files
committed
Updated composer version
1 parent ad069bd commit b9daca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
126126
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
127127
ARG PHIVE_VERSION=0.15.3
128128
# Latest version of Composer: https://getcomposer.org/download
129-
ARG COMPOSER_VERSION=2.8.1
129+
ARG COMPOSER_VERSION=2.8.3
130130
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
131131
ARG XDEBUG_VERSION=3.3.2
132132
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
126126
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
127127
ARG PHIVE_VERSION=0.15.3
128128
# Latest version of Composer: https://getcomposer.org/download
129-
ARG COMPOSER_VERSION=2.8.1
129+
ARG COMPOSER_VERSION=2.8.3
130130
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
131131
ARG XDEBUG_VERSION=3.3.2
132132
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov

0 commit comments

Comments
 (0)