mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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:
parent
dce3fdbeb1
commit
5ff0d7fe26
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user