Skip to content

Commit 9e0b96d

Browse files
authored
Merge pull request #18 from Ilyes512/updates
Updates
2 parents 1262aa1 + 1309d46 commit 9e0b96d

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
@@ -140,9 +140,9 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
140140
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
141141
ARG PHIVE_VERSION=0.16.0
142142
# Latest version of Composer: https://getcomposer.org/download
143-
ARG COMPOSER_VERSION=2.8.9
143+
ARG COMPOSER_VERSION=2.8.10
144144
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
145-
ARG XDEBUG_VERSION=3.4.4
145+
ARG XDEBUG_VERSION=3.4.5
146146
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
147147
ARG PCOV_VERSION=1.0.12
148148

@@ -190,7 +190,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
190190
ARG UNIQUE_ID_FOR_CACHEFROM=builder_nodejs
191191

192192
# Latest version of Node.js: https://nodejs.org
193-
ARG NODE_MAJOR=22
193+
ARG NODE_MAJOR=24
194194

195195
RUN apt-get update \
196196
&& apt-get install --assume-yes --no-install-recommends \

fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
140140
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
141141
ARG PHIVE_VERSION=0.16.0
142142
# Latest version of Composer: https://getcomposer.org/download
143-
ARG COMPOSER_VERSION=2.8.9
143+
ARG COMPOSER_VERSION=2.8.10
144144
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
145-
ARG XDEBUG_VERSION=3.4.4
145+
ARG XDEBUG_VERSION=3.4.5
146146
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
147147
ARG PCOV_VERSION=1.0.12
148148

@@ -190,7 +190,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
190190
ARG UNIQUE_ID_FOR_CACHEFROM=builder_nodejs
191191

192192
# Latest version of Node.js: https://nodejs.org
193-
ARG NODE_MAJOR=22
193+
ARG NODE_MAJOR=24
194194

195195
RUN apt-get update \
196196
&& apt-get install --assume-yes --no-install-recommends \

0 commit comments

Comments
 (0)