Update composer Docker tag to v1.10.1

This commit is contained in:
Renovate Bot 2020-03-21 00:49:44 +00:00 committed by Stéphane Goetz
parent 940aa984a9
commit 8165ea2300
1 changed files with 1 additions and 1 deletions

View File

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