diff --git a/test/container-structure-test.yml b/test/container-structure-test.yml index 24b7446..f2dd1c1 100644 --- a/test/container-structure-test.yml +++ b/test/container-structure-test.yml @@ -8,7 +8,7 @@ commandTests: - name: "ubuntu" command: "grep" args: ["DISTRIB_RELEASE", "/etc/lsb-release"] - expectedOutput: ["DISTRIB_RELEASE=24.04"] + expectedOutput: ["DISTRIB_RELEASE=24.10"] - name: "whoami" command: "whoami"