From 49b00780657df0e5fa58a1bbea5192d54811f142 Mon Sep 17 00:00:00 2001 From: Mathew Merrick Date: Wed, 21 Oct 2020 15:00:13 -0700 Subject: [PATCH] Update Dockerfile --- npm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/Dockerfile b/npm/Dockerfile index 2f40171bb3..a3286aab69 100644 --- a/npm/Dockerfile +++ b/npm/Dockerfile @@ -1,5 +1,5 @@ # Use a minimal image as a parent image -FROM ubuntu:bionic-20200526 +FROM ubuntu:focal ARG NPM_BUILD_DIR # Install dependencies.