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