From 0190558e1a2c05d9314f174302cd2e52201fccc6 Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Fri, 8 Dec 2023 10:02:46 +0000 Subject: [PATCH] chore: add alpine:distro:alpine:3.19 namespace to quality gate (#416) Alpine Linux 3.19 has been released, so adding the relevant namespace to the vunnel quality gate config Signed-off-by: Weston Steimel --- tests/quality/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/quality/config.yaml b/tests/quality/config.yaml index 3bd3f950..767016da 100644 --- a/tests/quality/config.yaml +++ b/tests/quality/config.yaml @@ -68,6 +68,7 @@ tests: - alpine:distro:alpine:3.16 - alpine:distro:alpine:3.17 - alpine:distro:alpine:3.18 + - alpine:distro:alpine:3.19 - alpine:distro:alpine:edge - provider: amazon