mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
NodeJS: Bump to actively maintained LTS 14.15.1
This commit is contained in:
@@ -11,9 +11,9 @@ RUN dnf -y update && dnf -y install epel-release && \
|
||||
python3-setuptools
|
||||
|
||||
# Use the distro provided npm to bootstrap our required version of node
|
||||
RUN npm install -g n && n 10.15.0 && dnf remove -y nodejs
|
||||
RUN npm install -g n && n 14.15.1 && dnf remove -y nodejs
|
||||
|
||||
ENV PATH=/usr/local/n/versions/node/10.15.0/bin:$PATH
|
||||
ENV PATH=/usr/local/n/versions/node/14.15.1/bin:$PATH
|
||||
|
||||
WORKDIR "/awx"
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ RUN dnf -y install \
|
||||
wget \
|
||||
diffutils \
|
||||
unzip && \
|
||||
npm install -g n && n 10.15.0 && dnf remove -y nodejs
|
||||
npm install -g n && n 14.15.1 && dnf remove -y nodejs
|
||||
{% endif %}
|
||||
|
||||
# Install runtime requirements
|
||||
|
||||
Reference in New Issue
Block a user