Update all non-major dependencies Docker tags

This commit is contained in:
Renovate Bot 2019-11-30 13:02:02 +00:00 committed by Stéphane Goetz
parent 6fe7a0bbd7
commit f55a4ce091
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM composer:1.7.2 AS composer FROM composer:1.9.1 AS composer
FROM php:7-stretch FROM php:7-stretch

View File

@ -12,7 +12,7 @@ services:
- phpserver - phpserver
phpserver: phpserver:
image: php:7.0-fpm image: php:7.4-fpm
working_dir: /var/www/ working_dir: /var/www/
volumes: volumes:
- ../:/var/www/ - ../:/var/www/