From 9a775e434c83e0b9cf46bfd8e0d62844bad079ae Mon Sep 17 00:00:00 2001 From: Jameel Moses Date: Wed, 13 Jan 2021 12:57:36 -0500 Subject: [PATCH] v1.9 --- Dockerfile | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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