We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32738c8 commit 0b8e060Copy full SHA for 0b8e060
Dockerfile
@@ -6,7 +6,7 @@ ENV TZ=Europe/Moscow
6
7
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
8
9
-ARG COMPOSER_VERSION="2.1.9"
+ARG COMPOSER_VERSION="2.5.4"
10
11
RUN set -ex && \
12
apt-get update && apt-get install -y \
0 commit comments