tests/Dockerfile: Update base to ubuntu 21.10

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Manuel Rüger 2022-01-12 02:49:14 +01:00
parent cf7e8b3535
commit 746c0ea276
1 changed files with 1 additions and 1 deletions

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