From 538cd9c556b325ca6b37008021d6df76ba845a70 Mon Sep 17 00:00:00 2001 From: iliana destroyer of worlds Date: Mon, 23 Mar 2020 19:29:41 +0000 Subject: [PATCH] Update SDK to v0.10.1 --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 53324001b6e..e3453e61fe7 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -28,7 +28,7 @@ DOCKER_BUILDKIT = "1" [env.development] # Defined here to allow us to override ${BUILDSYS_ARCH} on the command line. -BUILDSYS_SDK_IMAGE = "bottlerocket/sdk-${BUILDSYS_ARCH}:v0.10.0" +BUILDSYS_SDK_IMAGE = "bottlerocket/sdk-${BUILDSYS_ARCH}:v0.10.1" # Extra flags used when spawning containers. # # ex: BUILDSYS_DOCKER_RUN_ARGS="--network=host --dns=127.0.0.53"