diff --git a/pulumi/pulumi-base/docker-bake.hcl b/pulumi/pulumi-base/docker-bake.hcl index 4694739..a084f33 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.142.0" + default = "3.144.1" } # 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 72f7c23..48d1542 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.142.0" + default = "3.144.1" } # There's no darwin-based Docker, so if we're running on macOS, change the platform to linux