From ea2d62c4f17be0b106ca03c009c329088fd0ceb9 Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Thu, 28 Nov 2024 10:23:49 -0500 Subject: [PATCH] Bump pulumi to 3.142.0 --- pulumi/pulumi-base/docker-bake.hcl | 2 +- pulumi/pulumi-python/docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pulumi/pulumi-base/docker-bake.hcl b/pulumi/pulumi-base/docker-bake.hcl index ede2ef6..4694739 100644 --- a/pulumi/pulumi-base/docker-bake.hcl +++ b/pulumi/pulumi-base/docker-bake.hcl @@ -3,7 +3,7 @@ variable "TAG_PREFIX" { } variable "VERSION" { - default = "3.141.0" + default = "3.142.0" } # There's no darwin-based Docker, so if we're running on macOS, change the platform to linux diff --git a/pulumi/pulumi-python/docker-bake.hcl b/pulumi/pulumi-python/docker-bake.hcl index c89a45b..72f7c23 100644 --- a/pulumi/pulumi-python/docker-bake.hcl +++ b/pulumi/pulumi-python/docker-bake.hcl @@ -3,7 +3,7 @@ variable "TAG_PREFIX" { } variable "VERSION" { - default = "3.141.0" + default = "3.142.0" } # There's no darwin-based Docker, so if we're running on macOS, change the platform to linux