From ade90bc051b4749dddd408c04593a3a8d07acc3f Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Tue, 12 Sep 2023 08:59:54 +0100 Subject: [PATCH] Use LTS version of Ubuntu for integration tests --- test/integration/docker/shared/Dockerfile | 2 +- test/integration/docker/vm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/docker/shared/Dockerfile b/test/integration/docker/shared/Dockerfile index bc0d8e84a..f672fbe1a 100644 --- a/test/integration/docker/shared/Dockerfile +++ b/test/integration/docker/shared/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.10 +FROM ubuntu:22.04 WORKDIR /work diff --git a/test/integration/docker/vm/Dockerfile b/test/integration/docker/vm/Dockerfile index f481023c2..e6a0c6cdc 100644 --- a/test/integration/docker/vm/Dockerfile +++ b/test/integration/docker/vm/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.10 +FROM ubuntu:22.04 WORKDIR /work