From 85ac9bbe7d983d8f4c687eea5189e2d1ae772f1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:48:17 +0000 Subject: [PATCH] chore(deps): update pulumi/pulumi docker tag to v3.136.1 --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 94c065d4..92a1b7b4 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 pulumi/pulumi:3.125.0 +FROM --platform=linux/amd64 pulumi/pulumi:3.136.1 # Install pulumictl and set to PATH RUN curl -fsSL https://get.pulumi.com | sh