Use PHP 7.3 in the Docker image (#251)

This commit is contained in:
Pierre Rudloff 2019-11-30 13:11:21 +01:00
parent 3c5147f37e
commit fb023b79d3
1 changed files with 1 additions and 1 deletions

View File

@ -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 -