From af44d4cb5db9332336045b50bf4845cd9efad618 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 12 Mar 2020 07:53:51 -0700 Subject: [PATCH] Move baseimage back to defult branch The libpostal baseimage has historically stayed on the Node.js 10 branch of the Pelias base image due to incompatibility between [node-postal and Node.js 12](https://github.com/openvenues/node-postal/issues/24). We are now using a Node.js 12 compatible fork of the `node-postal` libary, so we can now bring the libpostal baseimage back to parity with the other Docker images. This will reduce complexity, maintenance times, and download sizes for Pelias containers. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d350695..5cea087 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # base image -FROM pelias/baseimage:nodejs-10 +FROM pelias/baseimage # libpostal apt dependencies # note: this is done in one command in order to keep down the size of intermediate containers