From 567d4a0ea4a16d7a6e3e03b0f5068b99a7af8111 Mon Sep 17 00:00:00 2001 From: RaviAkshintala <167848931+RaviAkshintala@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:20:44 +0530 Subject: [PATCH] adding alpine latest version (#10180) Co-authored-by: Ravi Akshintala --- images/ubuntu/toolsets/toolset-2004.json | 1 + images/ubuntu/toolsets/toolset-2204.json | 1 + 2 files changed, 2 insertions(+) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index b0b05423..b7f3f35e 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -215,6 +215,7 @@ "alpine:3.16", "alpine:3.17", "alpine:3.18", + "alpine:3.19", "debian:9", "debian:10", "debian:11", diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 34dfdc2b..1217b8f4 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -214,6 +214,7 @@ "alpine:3.16", "alpine:3.17", "alpine:3.18", + "alpine:3.19", "debian:10", "debian:11", "moby/buildkit:latest",