Skip to content

Commit 2adb192

Browse files
authored
Merge pull request #13 from Ilyes512/updates
Updates
2 parents fce59a6 + 73e9466 commit 2adb192

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ FROM runtime AS builder
137137
ARG UNIQUE_ID_FOR_CACHEFROM=builder
138138

139139
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
140-
ARG PHIVE_VERSION=0.15.3
140+
ARG PHIVE_VERSION=0.16.0
141141
# Latest version of Composer: https://getcomposer.org/download
142-
ARG COMPOSER_VERSION=2.8.6
142+
ARG COMPOSER_VERSION=2.8.9
143143
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
144-
ARG XDEBUG_VERSION=3.4.2
144+
ARG XDEBUG_VERSION=3.4.3
145145
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
146146
ARG PCOV_VERSION=1.0.12
147147

fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ FROM runtime AS builder
137137
ARG UNIQUE_ID_FOR_CACHEFROM=builder
138138

139139
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
140-
ARG PHIVE_VERSION=0.15.3
140+
ARG PHIVE_VERSION=0.16.0
141141
# Latest version of Composer: https://getcomposer.org/download
142-
ARG COMPOSER_VERSION=2.8.6
142+
ARG COMPOSER_VERSION=2.8.9
143143
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
144-
ARG XDEBUG_VERSION=3.4.2
144+
ARG XDEBUG_VERSION=3.4.3
145145
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
146146
ARG PCOV_VERSION=1.0.12
147147

0 commit comments

Comments
 (0)