Просмотр исходного кода

chore: bump nodejs version in Dockerfile

[skip ci]
Andelf 4 лет назад
Родитель
Сommit
c7fa6cae5e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 # NOTE: please keep it in sync with .github pipelines
 # NOTE: please keep it in sync with .github pipelines
 FROM clojure:openjdk-11-tools-deps-1.10.1.727
 FROM clojure:openjdk-11-tools-deps-1.10.1.727
 
 
-RUN curl -sL https://deb.nodesource.com/setup_15.x | bash - && \
+RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
     apt-get install -y nodejs
     apt-get install -y nodejs
 
 
 RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
 RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \