From 6d6e54c26faf440fe7eee5e17283be39e0e64ceb Mon Sep 17 00:00:00 2001 From: Jack Francis Date: Thu, 28 Jan 2021 09:44:07 -0800 Subject: [PATCH] ci: test ubuntu 20.04 --- vmss-prototype/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmss-prototype/Dockerfile b/vmss-prototype/Dockerfile index a760cc8..a056011 100644 --- a/vmss-prototype/Dockerfile +++ b/vmss-prototype/Dockerfile @@ -4,7 +4,7 @@ # docker build . -t vmss-prototype:testing # See smoketest.sh for examples of how I run locally -FROM ubuntu:18.04 +FROM ubuntu:20.04 RUN apt-get update && \ apt-get install --yes --no-install-suggests --no-install-recommends --yes \