diff --git a/test/ubuntu20.04-hello-world.dockerfile b/test/ubuntu22.04-hello-world.dockerfile similarity index 83% rename from test/ubuntu20.04-hello-world.dockerfile rename to test/ubuntu22.04-hello-world.dockerfile index f2cc1e41..a5ba9695 100644 --- a/test/ubuntu20.04-hello-world.dockerfile +++ b/test/ubuntu22.04-hello-world.dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.04 RUN apt-get update diff --git a/test/ubuntu20.04-hello-world.manifest b/test/ubuntu22.04-hello-world.manifest similarity index 100% rename from test/ubuntu20.04-hello-world.manifest rename to test/ubuntu22.04-hello-world.manifest