Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedou committed Feb 3, 2025
1 parent dce5376 commit 3b129ff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/25.2.0/php8.2/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.2.27-cli-alpine3.21
RUN \
curl -sfL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
chmod +x /usr/bin/composer && \
composer self-update --clean-backups 2.1.6 && \
composer self-update --clean-backups 2.8.5 && \
apk update && \
apk add --no-cache linux-headers && \
apk add --no-cache libstdc++ postgresql-dev libpq && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/25.2.0/php8.2/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY ./rootfilesystem/ /
RUN \
curl -sfL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
chmod +x /usr/bin/composer && \
composer self-update 2.1.6 && \
composer self-update 2.8.5 && \
apt-get update && \
apt-get install -y \
libcurl4-openssl-dev \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/25.2.0/php8.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.3.16-cli-alpine3.21
RUN \
curl -sfL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
chmod +x /usr/bin/composer && \
composer self-update --clean-backups 2.1.6 && \
composer self-update --clean-backups 2.8.5 && \
apk update && \
apk add --no-cache linux-headers && \
apk add --no-cache libstdc++ postgresql-dev libpq && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/25.2.0/php8.3/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY ./rootfilesystem/ /
RUN \
curl -sfL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
chmod +x /usr/bin/composer && \
composer self-update 2.1.6 && \
composer self-update 2.8.5 && \
apt-get update && \
apt-get install -y \
libcurl4-openssl-dev \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/25.2.0/php8.4/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.4.3-cli-alpine3.21
RUN \
curl -sfL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
chmod +x /usr/bin/composer && \
composer self-update --clean-backups 2.1.6 && \
composer self-update --clean-backups 2.8.5 && \
apk update && \
apk add --no-cache linux-headers && \
apk add --no-cache libstdc++ postgresql-dev libpq && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/25.2.0/php8.4/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY ./rootfilesystem/ /
RUN \
curl -sfL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
chmod +x /usr/bin/composer && \
composer self-update 2.1.6 && \
composer self-update 2.8.5 && \
apt-get update && \
apt-get install -y \
libcurl4-openssl-dev \
Expand Down

0 comments on commit 3b129ff

Please sign in to comment.