From 302176b6a373e708fefcdcc6d316293f15a097f2 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 25 May 2021 14:35:57 +1000 Subject: upgrade to node 15 for String.replaceAll support --- docker/build-osm.Dockerfile | 2 +- docker/build-vicmap.Dockerfile | 2 +- docker/conflate.Dockerfile | 2 +- docker/prepare.Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docker') diff --git a/docker/build-osm.Dockerfile b/docker/build-osm.Dockerfile index c557fe3..ad709c7 100644 --- a/docker/build-osm.Dockerfile +++ b/docker/build-osm.Dockerfile @@ -1,6 +1,6 @@ FROM debian:unstable-slim RUN apt-get -y update && apt-get -y install curl gnupg make wget unzip gdal-bin osmium-tool software-properties-common -RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get -y update && apt-get -y install nodejs yarn diff --git a/docker/build-vicmap.Dockerfile b/docker/build-vicmap.Dockerfile index 95b28f1..6d81c4c 100644 --- a/docker/build-vicmap.Dockerfile +++ b/docker/build-vicmap.Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim RUN apt-get -y update && apt-get -y install curl gnupg make -RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get -y update && apt-get -y install nodejs yarn diff --git a/docker/conflate.Dockerfile b/docker/conflate.Dockerfile index 95b28f1..6d81c4c 100644 --- a/docker/conflate.Dockerfile +++ b/docker/conflate.Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim RUN apt-get -y update && apt-get -y install curl gnupg make -RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get -y update && apt-get -y install nodejs yarn diff --git a/docker/prepare.Dockerfile b/docker/prepare.Dockerfile index 3d97ff4..22e1b46 100644 --- a/docker/prepare.Dockerfile +++ b/docker/prepare.Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim RUN apt-get -y update && apt-get -y install curl gnupg make wget unzip gdal-bin -RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get -y update && apt-get -y install nodejs yarn -- cgit v1.2.3