Update composer Docker tag to v1.10.0

This commit is contained in:
Renovate Bot 2020-03-14 00:54:45 +00:00 committed by Stéphane Goetz
parent 55e665ea4b
commit 31d2c50ee4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM composer:1.9.3 AS composer
FROM composer:1.10.0 AS composer
FROM php:7-stretch