Skip to content

Commit 9113126

Browse files
committed
upgrade Composer in nightly images
1 parent 355c264 commit 9113126

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

config/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ php:
99
- "8.4"
1010
image:
1111
composer:
12-
version: "2.8.10"
12+
version: "2.8.12"
1313
inotify: true
1414
php_extensions:
1515
redis:

dockerfiles/nightly/php8.1/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.1-cli-alpine3.22
22

3-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
3+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
44

55
RUN \
66
set -ex && \

dockerfiles/nightly/php8.1/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TERM=xterm-color
66
ARG DEV_MODE
77
ENV DEV_MODE=$DEV_MODE
88

9-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
9+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
1010
COPY ./rootfilesystem/ /
1111

1212
RUN \

dockerfiles/nightly/php8.1/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TERM=xterm-color
66
ARG DEV_MODE
77
ENV DEV_MODE=$DEV_MODE
88

9-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
9+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
1010
COPY ./rootfilesystem/ /
1111

1212
RUN \

dockerfiles/nightly/php8.2/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.2-cli-alpine3.22
22

3-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
3+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
44

55
RUN \
66
set -ex && \

dockerfiles/nightly/php8.2/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TERM=xterm-color
66
ARG DEV_MODE
77
ENV DEV_MODE=$DEV_MODE
88

9-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
9+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
1010
COPY ./rootfilesystem/ /
1111

1212
RUN \

dockerfiles/nightly/php8.2/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TERM=xterm-color
66
ARG DEV_MODE
77
ENV DEV_MODE=$DEV_MODE
88

9-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
9+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
1010
COPY ./rootfilesystem/ /
1111

1212
RUN \

dockerfiles/nightly/php8.3/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.3-cli-alpine3.22
22

3-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
3+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
44

55
RUN \
66
set -ex && \

dockerfiles/nightly/php8.3/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TERM=xterm-color
66
ARG DEV_MODE
77
ENV DEV_MODE=$DEV_MODE
88

9-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
9+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
1010
COPY ./rootfilesystem/ /
1111

1212
RUN \

dockerfiles/nightly/php8.3/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TERM=xterm-color
66
ARG DEV_MODE
77
ENV DEV_MODE=$DEV_MODE
88

9-
COPY --from=composer:2.8.10 /usr/bin/composer /usr/bin/
9+
COPY --from=composer:2.8.12 /usr/bin/composer /usr/bin/
1010
COPY ./rootfilesystem/ /
1111

1212
RUN \

0 commit comments

Comments
 (0)