tests/Dockerfile: Switch to ubuntu 22.04 base

ubuntu 20.10 is EOL and fails with
E: The repository 'http://security.ubuntu.com/ubuntu groovy-security Release' does not have a Release file.

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger 2022-03-31 11:14:35 +02:00
parent dce3fdbeb1
commit 5ff0d7fe26

View File

@ -1,4 +1,4 @@
FROM ubuntu:20.10
FROM ubuntu:22.04
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections