From 0646930b891e39253cd325f5d96d75c62dc5c253 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 24 Apr 2022 16:36:38 -0700 Subject: [PATCH] ci: use ubuntu 20.04 in the node docker test --- building/docker/ubuntu_stable_node.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/building/docker/ubuntu_stable_node.dockerfile b/building/docker/ubuntu_stable_node.dockerfile index e1621f36..717de80f 100644 --- a/building/docker/ubuntu_stable_node.dockerfile +++ b/building/docker/ubuntu_stable_node.dockerfile @@ -1,10 +1,10 @@ -FROM ubuntu:latest +FROM ubuntu:20.04 # set time-zone ENV TZ=Canada/Pacific RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone -# The nodejs that ships on ubuntu:latest servers is too old. +# The nodejs that ships on ubuntu:20.04 servers is too old. ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -qq RUN apt-get install -y --no-install-recommends curl gnupg ca-certificates