Browse Source

Updated Composer within php Docker image to 1.10.15 to avoid nag update messages

Mark Shust 4 năm trước cách đây
mục cha
commit
cfb914120b

+ 1 - 1
images/php/7.3/Dockerfile

@@ -87,7 +87,7 @@ RUN curl -sSLO https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mh
   && mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail
   && mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail
 
 
 RUN curl -sS https://getcomposer.org/installer | \
 RUN curl -sS https://getcomposer.org/installer | \
-  php -- --version=1.10.9 --install-dir=/usr/local/bin --filename=composer
+  php -- --version=1.10.15 --install-dir=/usr/local/bin --filename=composer
 
 
 RUN curl -s https://packages.blackfire.io/gpg.key | apt-key add - \
 RUN curl -s https://packages.blackfire.io/gpg.key | apt-key add - \
   && echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
   && echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \

+ 1 - 1
images/php/7.4/Dockerfile

@@ -87,7 +87,7 @@ RUN curl -sSLO https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mh
   && mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail
   && mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail
 
 
 RUN curl -sS https://getcomposer.org/installer | \
 RUN curl -sS https://getcomposer.org/installer | \
-  php -- --version=1.10.9 --install-dir=/usr/local/bin --filename=composer
+  php -- --version=1.10.15 --install-dir=/usr/local/bin --filename=composer
 
 
 RUN curl -s https://packages.blackfire.io/gpg.key | apt-key add - \
 RUN curl -s https://packages.blackfire.io/gpg.key | apt-key add - \
   && echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
   && echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \