From 5217babc9a386b81bdd55f4bb325e5b049a5a0e6 Mon Sep 17 00:00:00 2001 From: Matthew Yeazel Date: Fri, 8 Sep 2023 17:55:21 +0000 Subject: [PATCH] build: Update SDK to 0.34.1 --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index e9dfd00ba06..0ccc1255c7e 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -43,7 +43,7 @@ BUILDSYS_PRETTY_NAME = "Bottlerocket OS" # SDK name used for building BUILDSYS_SDK_NAME="bottlerocket" # SDK version used for building -BUILDSYS_SDK_VERSION="v0.34.0" +BUILDSYS_SDK_VERSION="v0.34.1" # Site for fetching the SDK BUILDSYS_REGISTRY="public.ecr.aws/bottlerocket"