File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
- "imiphp/imi" : " ~2.1.0 " ,
4
- "imiphp/imi-pgsql" : " ~2.1.0 "
3
+ "imiphp/imi" : " ~2.1" ,
4
+ "imiphp/imi-pgsql" : " ~2.1"
5
5
},
6
6
"autoload" : {
7
7
"psr-4" : {
Original file line number Diff line number Diff line change 1
- FROM php:8.2 -cli
1
+ FROM php:8.3 -cli
2
2
3
- ENV SWOOLE_VERSION 5.1.0
3
+ ENV SWOOLE_VERSION 5.1.1
4
4
ARG TFB_TEST_DATABASE
5
5
ENV TFB_TEST_DATABASE=${TFB_TEST_DATABASE}
6
6
@@ -22,7 +22,7 @@ RUN chmod -R ug+rwx /imi/.runtime
22
22
23
23
WORKDIR /imi
24
24
25
- RUN curl -sSL https://getcomposer.org/installer | php -- --install-dir= /usr/local/bin --filename= composer
25
+ COPY --from=composer:latest /usr/bin/composer /usr/local/bin/ composer
26
26
RUN composer install --no-dev --classmap-authoritative --quiet
27
27
RUN composer require imiphp/imi-swoole:~2.1.0 -W
28
28
RUN composer dumpautoload -o
Original file line number Diff line number Diff line change 1
- FROM php:8.2 -cli
1
+ FROM php:8.3 -cli
2
2
3
3
ARG TFB_TEST_DATABASE
4
4
ENV TFB_TEST_DATABASE=${TFB_TEST_DATABASE}
@@ -21,7 +21,7 @@ RUN chmod -R ug+rwx /imi/.runtime
21
21
22
22
WORKDIR /imi
23
23
24
- RUN curl -sSL https://getcomposer.org/installer | php -- --install-dir= /usr/local/bin --filename= composer
24
+ COPY --from=composer:latest /usr/bin/composer /usr/local/bin/ composer
25
25
RUN composer install --no-dev --classmap-authoritative --quiet
26
26
RUN composer require imiphp/imi-workerman:~2.1.0 -W
27
27
RUN composer dumpautoload -o
You can’t perform that action at this time.
0 commit comments