Update composer Docker tag to v1.10.4

This commit is contained in:
Renovate Bot 2020-04-11 00:25:44 +00:00 committed by Stéphane Goetz
parent 4d6a2ec162
commit 1333595977
1 changed files with 1 additions and 1 deletions

View File

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