From fc676bae6201cea98a25787ba0688c39a9d79c14 Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 21 Jan 2025 17:07:44 +0100 Subject: [PATCH] Upgrade pulumictl (#380) No changes, except that this updates some dependencies that are flagged as security issues. --- docker/pulumi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/pulumi/Dockerfile b/docker/pulumi/Dockerfile index 4e403ee..e8a173a 100644 --- a/docker/pulumi/Dockerfile +++ b/docker/pulumi/Dockerfile @@ -216,7 +216,7 @@ FROM base AS build-environment ARG TARGETARCH # https://github.com/pulumi/pulumictl/releases -ENV PULUMICTL_VERSION 0.0.46 +ENV PULUMICTL_VERSION 0.0.48 # https://github.com/golangci/golangci-lint/releases ENV GOLANGCI_LINT_VERSION 1.62.0 # https://github.com/goreleaser/goreleaser/releases