From 2ef78bc2a290e63e286f9c3c50756c2d2c14a85d Mon Sep 17 00:00:00 2001 From: loiclopez Date: Thu, 31 Oct 2019 17:15:59 +0100 Subject: [PATCH] update php --- laravel-artisan/template.Dockerfile | 2 +- php-fpm/template.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel-artisan/template.Dockerfile b/laravel-artisan/template.Dockerfile index c43c167..6ff53e0 100644 --- a/laravel-artisan/template.Dockerfile +++ b/laravel-artisan/template.Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.3.8-cli-alpine +FROM php:7.3.11-cli-alpine ENV WORKDIR "/var/www/exosuite-users-api" diff --git a/php-fpm/template.Dockerfile b/php-fpm/template.Dockerfile index 60d85ab..60a8b7b 100644 --- a/php-fpm/template.Dockerfile +++ b/php-fpm/template.Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.3.8-fpm-alpine +FROM php:7.3.11-fpm-alpine ENV APP_DIR /var/www/:dir