aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2022-05-24 14:38:21 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2022-05-24 14:38:21 +1000
commit0b5e9f5dda7041e1ca6d2ff513e4cbd25bee2ce5 (patch)
tree69361e73c188966f13f4260b6b41950c9c5125e3
parent33862c1112375c9bcfad73824b9d09c28fea36a6 (diff)
upgrade to node 16
-rw-r--r--docker/build-osm.Dockerfile2
-rw-r--r--docker/build-vicmap.Dockerfile2
-rw-r--r--docker/candidate.Dockerfile2
-rw-r--r--docker/conflate.Dockerfile2
-rw-r--r--docker/prepare.Dockerfile2
5 files changed, 5 insertions, 5 deletions
diff --git a/docker/build-osm.Dockerfile b/docker/build-osm.Dockerfile
index 7261287..cbcf972 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_15.x | bash -
+RUN curl -fsSL https://deb.nodesource.com/setup_16.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 4104e38..f6d1505 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 wget gnupg make gdal-bin
-RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash -
+RUN curl -fsSL https://deb.nodesource.com/setup_16.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/candidate.Dockerfile b/docker/candidate.Dockerfile
index db091ba..e384fce 100644
--- a/docker/candidate.Dockerfile
+++ b/docker/candidate.Dockerfile
@@ -1,6 +1,6 @@
FROM debian:buster-slim
RUN apt-get -y update && apt-get -y install curl wget gnupg make git
-RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash -
+RUN curl -fsSL https://deb.nodesource.com/setup_16.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 python3
diff --git a/docker/conflate.Dockerfile b/docker/conflate.Dockerfile
index 4f7a854..40468f2 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 wget gnupg make
-RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash -
+RUN curl -fsSL https://deb.nodesource.com/setup_16.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 12a70b6..dc28b7a 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_15.x | bash -
+RUN curl -fsSL https://deb.nodesource.com/setup_16.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