From 9600bbd5fefa890a5921ead30b4c3269972542b9 Mon Sep 17 00:00:00 2001 From: Piotr Tabor Date: Fri, 29 Jan 2021 22:16:51 +0000 Subject: [PATCH] Update root image for docker-test-image to ubuntu:20.10 --- tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index 52923686a..8774811f3 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.10 RUN rm /bin/sh && ln -s /bin/bash /bin/sh RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections