summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>2022-04-28 22:11:28 +0900
committerAkihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>2022-04-28 22:11:28 +0900
commit67b2b8c74b7f622d18f275aeae03d6ddb2833ad2 (patch)
tree55d5dfc4d4a1cc983190f21c50c4153d3e4551f0
parent7b28b6c7e023dcea9f82624a857fa7a41cf2725a (diff)
Dockerfile.tests: Ubuntu 20.04 -> Ubuntu 22.04
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-rw-r--r--Dockerfile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.tests b/Dockerfile.tests
index 27b445e..18d6ca4 100644
--- a/Dockerfile.tests
+++ b/Dockerfile.tests
@@ -1,6 +1,6 @@
ARG LIBSLIRP_COMMIT=v4.7.0
-FROM ubuntu:20.04 AS build
+FROM ubuntu:22.04 AS build
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y automake autotools-dev make gcc libglib2.0-dev libcap-dev libseccomp-dev git ninja-build python3-pip
RUN pip3 install meson