tests/Dockerfile: Update base to ubuntu 21.10

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger 2022-01-12 02:49:14 +01:00
parent cf7e8b3535
commit 746c0ea276

View File

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