Skip to content

Commit

Permalink
upgrade Composer to 2.7.7, the latest security release
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Jun 11, 2024
1 parent 5fe0d9b commit 4ddd96c
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Table of Contents
## 5.1.3

### Changed
- Upgrade _Composer_ from 2.6.6 to 2.7.6.
- Upgrade _Composer_ from 2.6.6 to 2.7.7.
- Enabled Brotli support in Swoole.

## 5.1.2
Expand Down
2 changes: 1 addition & 1 deletion config/5.1.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ php:
- "8.3.8"
image:
composer:
version: "2.7.6"
version: "2.7.7"
php_extensions:
redis:
version: "6.0.2"
Expand Down
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.7.6"
version: "2.7.7"
inotify: true
php_extensions:
redis:
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/5.1.3/php8.0/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.0.30-cli-alpine3.16

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

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/5.1.3/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.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

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

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

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/5.1.3/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.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

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

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

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/5.1.3/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.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

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

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

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/5.1.3/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.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
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.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /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.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /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.20

COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /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.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /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.20

COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /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.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /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.20

COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /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.7.6 /usr/bin/composer /usr/bin/
COPY --from=composer:2.7.7 /usr/bin/composer /usr/bin/
COPY ./rootfilesystem/ /

RUN \
Expand Down

0 comments on commit 4ddd96c

Please sign in to comment.