From fb023b79d3e814323e16cbae3a43cb65243275d3 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 30 Nov 2019 13:11:21 +0100 Subject: [PATCH] Use PHP 7.3 in the Docker image (#251) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b002c5e..9593476 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.0-apache +FROM php:7.3-apache RUN apt-get update && apt-get install -my gnupg RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -