aboutsummaryrefslogtreecommitdiff
path: root/docker/build-osm.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/build-osm.Dockerfile')
-rw-r--r--docker/build-osm.Dockerfile2
1 files changed, 1 insertions, 1 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