From 9f82c3f5264d8500ec935dc40a7c844dedf806e1 Mon Sep 17 00:00:00 2001 From: Mathew Merrick Date: Tue, 23 Jun 2020 20:52:53 -0700 Subject: [PATCH] Fix NPM image libgnutls vulnerability (#589) * lock npm image back to ubuntu 18 for libgnutls vulnerability --- npm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/Dockerfile b/npm/Dockerfile index a3286aab6..2f40171bb 100644 --- a/npm/Dockerfile +++ b/npm/Dockerfile @@ -1,5 +1,5 @@ # Use a minimal image as a parent image -FROM ubuntu:focal +FROM ubuntu:bionic-20200526 ARG NPM_BUILD_DIR # Install dependencies.