You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2020/11/10 16:34:58 UTC

[avro] 02/02: AVRO-2958: Pin composer to 2.0.4

This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 5e4ba6702f74424dec32d5eed664f1435c27ec3c
Author: Ryan Skraba <ry...@skraba.com>
AuthorDate: Mon Nov 9 18:15:24 2020 +0100

    AVRO-2958: Pin composer to 2.0.4
---
 share/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index c11c0c6..07a919f 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -116,7 +116,7 @@ RUN curl -sSL https://packages.sury.org/php/apt.gpg \
  && apt-get -qqy clean \
  && rm -rf /var/lib/apt/lists
 
-RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
+RUN curl -sS https://getcomposer.org/installer | php -- --version=2.0.4 --install-dir=/usr/local/bin --filename=composer
 
 # Install Perl modules
 RUN apt-get -qqy update \