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