Use latest stable PHP 7.3 base image

This commit is contained in:
cytopia
2018-12-15 17:31:31 +01:00
parent 66fa1c195e
commit 152a92386e
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Auto-generated via Ansible: edit build/ansible/DOCKERFILES/Dockerfile-base.j2 instead.
FROM php:7.3-rc-fpm
FROM php:7.3-fpm
MAINTAINER "cytopia" <cytopia@everythingcli.org>