Skip to content

Commit 9a775e4

Browse files
committed
v1.9
1 parent 2418c04 commit 9a775e4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:bionic
1+
FROM ubuntu:focal
22
MAINTAINER Jameel Moses <hello@jameelmoses.com>
33
ENV DEBIAN_FRONTEND noninteractive
44

@@ -70,7 +70,7 @@ RUN apt-get -y --allow-unauthenticated install \
7070
php-xdebug
7171

7272
# Install latest Node
73-
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
73+
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
7474
RUN apt-get install -y nodejs
7575

7676
# Install yarn

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ubuntu-php7-composer-node-yarn-awscli
22

3+
Ubuntu 20.04 LTS
34
PHP-FPM 7.4
45
Composer
5-
Node 12
6+
Node 14
67
Yarn
78
AWS CLI

0 commit comments

Comments
 (0)