From b2a93c3b64f65f53369d4ee9a963bd601b83056d Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 25 Jan 2021 12:58:39 +0000 Subject: [PATCH] Move to newer base image for Docker builds This updates to Node 14 (current LTS) as well as moving from Debian Stretch to Buster for the base OS. The Debian upgrade brings along a newer Python 3.8, which is actively supported. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd20404eab..8462d11360 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM node:12 as builder +FROM node:14-buster as builder # Support custom branches of the react-sdk and js-sdk. This also helps us build # images of element-web develop.