Skip to content

Commit

Permalink
upgrade Composer in latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Jun 8, 2024
1 parent 6ad8dbf commit db0d480
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ php:
- "8.3"
image:
composer:
version: "2.6.6"
version: "2.7.6"
inotify: true
php_extensions:
redis:
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.0/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.0-cli-alpine3.16

COPY --from=composer:2.6.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.0/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERM xterm-color
ARG DEV_MODE
ENV DEV_MODE $DEV_MODE

COPY --from=composer:2.6.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.1-cli-alpine3.18

COPY --from=composer:2.6.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.1/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERM xterm-color
ARG DEV_MODE
ENV DEV_MODE $DEV_MODE

COPY --from=composer:2.6.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.2/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.2-cli-alpine3.18

COPY --from=composer:2.6.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.2/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERM xterm-color
ARG DEV_MODE
ENV DEV_MODE $DEV_MODE

COPY --from=composer:2.6.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.3-cli-alpine3.18

COPY --from=composer:2.6.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/nightly/php8.3/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV TERM xterm-color
ARG DEV_MODE
ENV DEV_MODE $DEV_MODE

COPY --from=composer:2.6.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down

0 comments on commit db0d480

Please sign in to comment.