You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2021/10/06 15:06:40 UTC

[avro] branch master updated: AVRO-3171: Use Active LTS Node.js 14 (#1351)

This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 0789cb7  AVRO-3171: Use Active LTS Node.js 14 (#1351)
0789cb7 is described below

commit 0789cb7d98608bc8ff8add3b395dddd464ba23c5
Author: RyanSkraba <ry...@skraba.com>
AuthorDate: Wed Oct 6 17:06:35 2021 +0200

    AVRO-3171: Use Active LTS Node.js 14 (#1351)
---
 share/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 2148dd7..988a655 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -109,7 +109,7 @@ RUN set -eux; \
 ENV PATH="/opt/maven/bin:${PATH}"
 
 # Install nodejs
-RUN curl -sSL https://deb.nodesource.com/setup_16.x \
+RUN curl -sSL https://deb.nodesource.com/setup_14.x \
   | bash - \
  && apt-get -qqy install nodejs \
  && apt-get -qqy clean \