Skip to content

Commit

Permalink
update php
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclopez committed Oct 31, 2019
1 parent f319272 commit 2ef78bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion laravel-artisan/template.Dockerfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion php-fpm/template.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.3.8-fpm-alpine
FROM php:7.3.11-fpm-alpine

ENV APP_DIR /var/www/:dir

Expand Down

0 comments on commit 2ef78bc

Please sign in to comment.