Skip to content

Commit 99bd14b

Browse files
authored
Merge pull request #24 from xflagstudio/use-node-12
Update node version on amzn
2 parents a20cd7f + 3d9496f commit 99bd14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV PATH "/opt/asdf/bin:/opt/asdf/shims:$PATH"
1010

1111
RUN yum groupinstall -y 'Development Tools' && \
1212
yum install -y automake autoconf readline-devel openssl-devel ncurses-devel unixODBC-devel libyaml-devel libxslt-devel libffi-devel libtool ca-certificates git unzip which perl python27-pip bash && \
13-
curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - && \
13+
curl --silent --location https://rpm.nodesource.com/setup_12.x | bash - && \
1414
yum install -y nodejs && \
1515
git clone https://github.com/asdf-vm/asdf.git /opt/asdf --branch $ASDF_VERSION && \
1616
asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git && \

0 commit comments

Comments
 (0)