From 6e2111c8c46bf1ff9a2560bab587232d45812a36 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 4 Jul 2023 14:33:18 -0400 Subject: [PATCH] [DO NOT MERGE] Use `nodejs-16` Docker baseimage branch This is just for testing to ensure everything works before we merge https://github.com/pelias/docker-baseimage/pull/24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0375581..eef3b9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # base image -FROM pelias/baseimage +FROM pelias/baseimage:nodejs-16 # download apt dependencies # note: this is done in one command in order to keep down the size of intermediate containers