Skip to content

Commit cfdf739

Browse files
committed
[Composer] Update to v2.8.9
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
1 parent 99b4b1b commit cfdf739

File tree

14 files changed

+20
-20
lines changed

14 files changed

+20
-20
lines changed

README.cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ $ ./lnmp-docker down
217217
|[MariaDB](https://github.com/docker-library/docs/tree/master/mariadb) |`mariadb:10.11.5` | **10.11.5** |`ubuntu:jammy` |
218218
|[Redis](https://github.com/docker-library/docs/tree/master/redis) |`redis:7.0.0-alpine` | **7.0.0** |`alpine:3.16` |
219219
|[PHP-FPM](https://github.com/khs1994-docker/php) |`khs1994/php:8.3.12-fpm-alpine` | **8.3.12** |`alpine:3.20` |
220-
|[Composer](https://github.com/docker-library/docs/tree/master/composer) |`khs1994/php:8.3.12-composer-alpine`| **2.8.3** |`alpine:3.20` |
220+
|[Composer](https://github.com/docker-library/docs/tree/master/composer) |`khs1994/php:8.3.12-composer-alpine`| **2.8.9** |`alpine:3.20` |
221221
|[Memcached](https://github.com/docker-library/docs/tree/master/memcached) |`memcached:1.6.15-alpine` | **1.6.15** |`alpine:3.16` |
222222
|[RabbitMQ](https://github.com/docker-library/docs/tree/master/rabbitmq) |`rabbitmq:3.9.0-management-alpine` | **3.9.0** |`alpine:3.13` |
223223
|[PostgreSQL](https://github.com/docker-library/docs/tree/master/postgres) |`postgres:14.0-alpine` | **14.0** |`alpine:3.14` |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Please see [Documents](https://github.com/khs1994-docker/lnmp/tree/master/docs#%
212212
|[MariaDB](https://github.com/docker-library/docs/tree/master/mariadb) |`mariadb:10.11.5` | **10.11.5** |`ubuntu:jammy` |
213213
|[Redis](https://github.com/docker-library/docs/tree/master/redis) |`redis:7.0.0-alpine` | **7.0.0** |`alpine:3.16` |
214214
|[PHP-FPM](https://github.com/khs1994-docker/php) |`khs1994/php:8.3.12-fpm-alpine` | **8.3.12** |`alpine:3.20` |
215-
|[Composer](https://github.com/docker-library/docs/tree/master/composer) |`khs1994/php:8.3.12-composer-alpine`| **2.8.3** |`alpine:3.20` |
215+
|[Composer](https://github.com/docker-library/docs/tree/master/composer) |`khs1994/php:8.3.12-composer-alpine`| **2.8.9** |`alpine:3.20` |
216216
|[Memcached](https://github.com/docker-library/docs/tree/master/memcached) |`memcached:1.6.15-alpine` | **1.6.15** |`alpine:3.16` |
217217
|[RabbitMQ](https://github.com/docker-library/docs/tree/master/rabbitmq) |`rabbitmq:3.9.0-management-alpine` | **3.9.0** |`alpine:3.13` |
218218
|[PostgreSQL](https://github.com/docker-library/docs/tree/master/postgres) |`postgres:14.0-alpine` | **14.0** |`alpine:3.14` |

app/demo/.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ clone:
3333
steps:
3434
# install dep
3535
- name: install
36-
# image: composer:2.8.3
36+
# image: composer:2.8.9
3737
image: khs1994/php:8.3.12-composer-alpine
3838
commands:
3939
- pwd
@@ -226,7 +226,7 @@ volumes:
226226

227227
# matrix:
228228
# COMPOSER_VERSION:
229-
# - 2.8.3
229+
# - 2.8.9
230230
# PHP_VERSION:
231231
# - 8.3.12
232232
# - 8.1.31

app/demo/.pcit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ services:
127127

128128
jobs:
129129
COMPOSER_VERSION:
130-
- 2.8.3
130+
- 2.8.9
131131
PHP_VERSION:
132132
- 8.3.12
133133
- 8.1.31

dockerfile/php/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PHP_VERSION_70=7.0.33
1313
PHP_VERSION_56=5.6.40
1414

1515
# https://github.com/composer/composer/tags
16-
COMPOSER_VERSION=2.8.3
16+
COMPOSER_VERSION=2.8.9
1717
# https://github.com/swoole/swoole-src/tags
1818
SWOOLE_VERSION=5.0.3
1919
# https://github.com/nginx/unit/tags

dockerfile/php/8.1/composer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ ENV COMPOSER_DEP_APKS \
1919
ENV COMPOSER_ALLOW_SUPERUSER=1 \
2020
COMPOSER_HOME=/tmp/composer \
2121
COMPOSER_NO_INTERACTION=1 \
22-
COMPOSER_VERSION=2.8.3 \
22+
COMPOSER_VERSION=2.8.9 \
2323
PS1="[\u@\h \w]# "
2424

2525
# https://github.com/composer/docker
2626

27-
RUN --mount=type=bind,from=composer:2.8.3,source=/usr/bin/composer,target=/opt/bin/composer \
27+
RUN --mount=type=bind,from=composer:2.8.9,source=/usr/bin/composer,target=/opt/bin/composer \
2828
set -x \
2929
&& apk add --no-cache --virtual .composer_deps $COMPOSER_DEP_APKS \
3030
&& { echo "memory_limit=-1"; \

dockerfile/php/8.2/composer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ ENV COMPOSER_DEP_APKS \
1919
ENV COMPOSER_ALLOW_SUPERUSER=1 \
2020
COMPOSER_HOME=/tmp/composer \
2121
COMPOSER_NO_INTERACTION=1 \
22-
COMPOSER_VERSION=2.8.3 \
22+
COMPOSER_VERSION=2.8.9 \
2323
PS1="[\u@\h \w]# "
2424

2525
# https://github.com/composer/docker
2626

27-
RUN --mount=type=bind,from=composer:2.8.3,source=/usr/bin/composer,target=/opt/bin/composer \
27+
RUN --mount=type=bind,from=composer:2.8.9,source=/usr/bin/composer,target=/opt/bin/composer \
2828
set -x \
2929
&& apk add --no-cache --virtual .composer_deps $COMPOSER_DEP_APKS \
3030
&& { echo "memory_limit=-1"; \

dockerfile/php/8.3/composer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ ENV COMPOSER_DEP_APKS \
1919
ENV COMPOSER_ALLOW_SUPERUSER=1 \
2020
COMPOSER_HOME=/tmp/composer \
2121
COMPOSER_NO_INTERACTION=1 \
22-
COMPOSER_VERSION=2.8.3 \
22+
COMPOSER_VERSION=2.8.9 \
2323
PS1="[\u@\h \w]# "
2424

2525
# https://github.com/composer/docker
2626

27-
RUN --mount=type=bind,from=composer:2.8.3,source=/usr/bin/composer,target=/opt/bin/composer \
27+
RUN --mount=type=bind,from=composer:2.8.9,source=/usr/bin/composer,target=/opt/bin/composer \
2828
set -x \
2929
&& apk add --no-cache --virtual .composer_deps $COMPOSER_DEP_APKS \
3030
&& { echo "memory_limit=-1"; \

dockerfile/php/nightly/composer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ ENV COMPOSER_DEP_APKS \
2424
ENV COMPOSER_ALLOW_SUPERUSER=1 \
2525
COMPOSER_HOME=/tmp/composer \
2626
COMPOSER_NO_INTERACTION=1 \
27-
COMPOSER_VERSION=2.8.3 \
27+
COMPOSER_VERSION=2.8.9 \
2828
BOX_REQUIREMENT_CHECKER=0 \
2929
PS1="[\u@\h \w]# "
3030

3131
# https://github.com/composer/docker
3232

33-
RUN --mount=type=bind,from=composer:2.8.3,source=/usr/bin/composer,target=/opt/bin/composer \
33+
RUN --mount=type=bind,from=composer:2.8.9,source=/usr/bin/composer,target=/opt/bin/composer \
3434
set -x \
3535
&& apk add --no-cache --virtual .composer_deps $COMPOSER_DEP_APKS \
3636
&& { echo "memory_limit=-1"; \

scripts/docker-compose.bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
image: php:8.3.12-fpm-alpine
1616

1717
composer:
18-
image: composer:2.8.3
18+
image: composer:2.8.9
1919

2020
nginx:
2121
image: nginx:1.27.0-alpine

0 commit comments

Comments
 (0)