From ab015f63603dbc581cc15ecc4df241cd3a644e18 Mon Sep 17 00:00:00 2001 From: Friedjoff Trautwein Date: Mon, 27 Apr 2020 12:00:00 +0200 Subject: [PATCH] chore: upgrade docker container --- lib/data/tippecanoe/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/data/tippecanoe/Dockerfile b/lib/data/tippecanoe/Dockerfile index 0e5c4893..ef6a2762 100644 --- a/lib/data/tippecanoe/Dockerfile +++ b/lib/data/tippecanoe/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 # Update repos and install dependencies RUN apt-get update \