From 95c20e89112252cbbc8590167cf02d1df3c52c0c Mon Sep 17 00:00:00 2001 From: platform-engineering-bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:26:16 +0100 Subject: [PATCH] chore(deps): update dependency pulumi/pulumi-azure-native to v2.24.0 (#174) Signed-off-by: Platform Engineering Bot --- oci/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci/Containerfile b/oci/Containerfile index aa126ab6..62c9717c 100644 --- a/oci/Containerfile +++ b/oci/Containerfile @@ -40,7 +40,7 @@ ARG PULUMI_AWS_VERSION=v6.17.0 ARG PULUMI_GCP_VERSION=v7.4.0 # renovate: datasource=github-releases depName=pulumi/pulumi-azure-native -ARG PULUMI_AZURE_NATIVE_VERSION=v2.23.0 +ARG PULUMI_AZURE_NATIVE_VERSION=v2.24.0 RUN dnf install -y python3 python3-pip zstd qemu-img && \ pip install -r requirements.txt && \