From 43b69c57bc73ba36cbdaef6ea5f39868d06fc605 Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Thu, 6 Aug 2026 06:55:08 +0000 Subject: [PATCH] chore: bump lambda-builder to 0.9.4 --- contrib/dependencies.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/dependencies.json b/contrib/dependencies.json index e78b51a46..b5f0ccf01 100644 --- a/contrib/dependencies.json +++ b/contrib/dependencies.json @@ -18,10 +18,10 @@ }, { "name": "lambda-builder", - "version": "0.9.3", + "version": "0.9.4", "urls": { - "amd64": "https://github.com/dokku/lambda-builder/releases/download/v0.9.3/lambda-builder-linux-amd64", - "arm64": "https://github.com/dokku/lambda-builder/releases/download/v0.9.3/lambda-builder-linux-arm64" + "amd64": "https://github.com/dokku/lambda-builder/releases/download/v0.9.4/lambda-builder-linux-amd64", + "arm64": "https://github.com/dokku/lambda-builder/releases/download/v0.9.4/lambda-builder-linux-arm64" } }, {