Skip to content

Commit 0b8e060

Browse files
committed
feat: update composer version
1 parent 32738c8 commit 0b8e060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TZ=Europe/Moscow
66

77
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
88

9-
ARG COMPOSER_VERSION="2.1.9"
9+
ARG COMPOSER_VERSION="2.5.4"
1010

1111
RUN set -ex && \
1212
apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)