diff --git a/.cirrus.yml b/.cirrus.yml index cc315e53..75def9fc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image_family: freebsd-14-0 + image_family: freebsd-14-2 task: name: FreeBSD diff --git a/mount_tests.Dockerfile b/mount_tests.Dockerfile index b82d50e1..3e63b85b 100644 --- a/mount_tests.Dockerfile +++ b/mount_tests.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive diff --git a/pjdfs.Dockerfile b/pjdfs.Dockerfile index 08e30366..0be8f8d7 100644 --- a/pjdfs.Dockerfile +++ b/pjdfs.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.04 ARG DEBIAN_FRONTEND=noninteractive diff --git a/xfstests.Dockerfile b/xfstests.Dockerfile index 1cafecc1..03c069da 100644 --- a/xfstests.Dockerfile +++ b/xfstests.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.04 ARG DEBIAN_FRONTEND=noninteractive