Skip to content

Commit 3978933

Browse files
authored
Merge pull request #391 from jolicode/builder-tooling-update
Update tooling in builder
2 parents 152d1ce + b463fc7 commit 3978933

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infrastructure/docker/services/php/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ FROM php-base AS builder
8282

8383
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
8484

85-
ARG NODEJS_VERSION=20.x
85+
ARG NODEJS_VERSION=24.x
8686
RUN curl -s https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /usr/share/keyrings/nodesource.gpg \
8787
&& echo "deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODEJS_VERSION} nodistro main" > /etc/apt/sources.list.d/nodesource.list
8888

@@ -116,10 +116,10 @@ RUN phpenmod app-default \
116116
&& phpenmod app-builder
117117

118118
# Composer
119-
COPY --from=composer/composer:2.9.2 /usr/bin/composer /usr/bin/composer
119+
COPY --from=composer/composer:2.9.5 /usr/bin/composer /usr/bin/composer
120120

121121
# Pie
122-
RUN curl -L --output /usr/local/bin/pie https://github.com/php/pie/releases/download/1.0.0/pie.phar \
122+
RUN curl -L --output /usr/local/bin/pie https://github.com/php/pie/releases/download/1.3.9/pie.phar \
123123
&& chmod +x /usr/local/bin/pie
124124

125125
# Autocompletion

0 commit comments

Comments
 (0)