Use PHP 7.3 in the Docker image (#251)
This commit is contained in:
parent
3c5147f37e
commit
fb023b79d3
1 changed files with 1 additions and 1 deletions
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue