File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 66 - " 8.0.30"
77 - " 8.1.33"
88 - " 8.2.29"
9- - " 8.3.23 "
9+ - " 8.3.26 "
1010image :
1111 composer :
12- version : " 2.8.10 "
12+ version : " 2.8.12 "
1313 php_extensions :
1414 redis :
1515 version : " 6.2.0"
Original file line number Diff line number Diff line change 11FROM php:8.0.30-cli-alpine3.16
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 11FROM php:8.1.33-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 11FROM php:8.2.29-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 1- FROM php:8.3.23 -cli-alpine3.22
1+ FROM php:8.3.26 -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 1- FROM php:8.3.23 -cli
1+ FROM php:8.3.26 -cli
22
33ENV DEBIAN_FRONTEND=noninteractive
44ENV TERM=xterm-color
55
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