From a5ae2699d77a8c2d315a0e13cd9866ba02b93c3c Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Fri, 13 Dec 2024 11:49:11 +0100 Subject: [PATCH] Update tiltfile Signed-off-by: Jesse Szwedko --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index 28cfedc46312b..40512dad775c7 100644 --- a/Tiltfile +++ b/Tiltfile @@ -7,7 +7,7 @@ load('ext://helm_resource', 'helm_resource', 'helm_repo') docker_build( ref='timberio/vector', context='.', - build_args={'RUST_VERSION': '1.81.0'}, + build_args={'RUST_VERSION': '1.82.0'}, dockerfile='tilt/Dockerfile' )