File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 99 - " 8.4"
1010image :
1111 composer :
12- version : " 2.8.10 "
12+ version : " 2.8.12 "
1313 inotify : true
1414 php_extensions :
1515 redis :
Original file line number Diff line number Diff line change 11FROM 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
55RUN \
66 set -ex && \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV TERM=xterm-color
66ARG DEV_MODE
77ENV 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/
1010COPY ./rootfilesystem/ /
1111
1212RUN \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV TERM=xterm-color
66ARG DEV_MODE
77ENV 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/
1010COPY ./rootfilesystem/ /
1111
1212RUN \
Original file line number Diff line number Diff line change 11FROM 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
55RUN \
66 set -ex && \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV TERM=xterm-color
66ARG DEV_MODE
77ENV 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/
1010COPY ./rootfilesystem/ /
1111
1212RUN \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV TERM=xterm-color
66ARG DEV_MODE
77ENV 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/
1010COPY ./rootfilesystem/ /
1111
1212RUN \
Original file line number Diff line number Diff line change 11FROM 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
55RUN \
66 set -ex && \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV TERM=xterm-color
66ARG DEV_MODE
77ENV 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/
1010COPY ./rootfilesystem/ /
1111
1212RUN \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV TERM=xterm-color
66ARG DEV_MODE
77ENV 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/
1010COPY ./rootfilesystem/ /
1111
1212RUN \
You can’t perform that action at this time.
0 commit comments