diff --git a/Dockerfile b/Dockerfile index eedd322..66229a7 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:bionic +FROM ubuntu:focal MAINTAINER Jameel Moses ENV DEBIAN_FRONTEND noninteractive @@ -70,7 +70,7 @@ RUN apt-get -y --allow-unauthenticated install \ php-xdebug # Install latest Node -RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - RUN apt-get install -y nodejs # Install yarn diff --git a/README.md b/README.md index 475d7d1..7ae22db 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # ubuntu-php7-composer-node-yarn-awscli +Ubuntu 20.04 LTS PHP-FPM 7.4 Composer -Node 12 +Node 14 Yarn AWS CLI