From 287319f8e7fe49a0a08996274b3ae4a8fe3778ee Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Fri, 26 Jan 2024 11:10:22 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: Platform Engineering Bot --- oci/Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oci/Containerfile b/oci/Containerfile index e0c47fa5..dafb2cd1 100644 --- a/oci/Containerfile +++ b/oci/Containerfile @@ -5,7 +5,7 @@ WORKDIR /workspace COPY . . # renovate: datasource=github-releases depName=pulumi/pulumi -ENV PULUMI_VERSION=v3.101.1 +ENV PULUMI_VERSION=v3.103.1 ENV PULUMI_URL https://github.com/pulumi/pulumi/releases/download/${PULUMI_VERSION}/pulumi-${PULUMI_VERSION}-linux-x64.tar.gz RUN make build \ @@ -37,10 +37,10 @@ ARG PULUMI_RANDOM_VERSION=v4.15.1 ARG PULUMI_AWS_VERSION=v6.18.1 # renovate: datasource=github-releases depName=pulumi/pulumi-gcp -ARG PULUMI_GCP_VERSION=v7.5.0 +ARG PULUMI_GCP_VERSION=v7.7.0 # renovate: datasource=github-releases depName=pulumi/pulumi-azure-native -ARG PULUMI_AZURE_NATIVE_VERSION=v2.24.0 +ARG PULUMI_AZURE_NATIVE_VERSION=v2.27.0 RUN dnf install -y python3 python3-pip zstd qemu-img && \ pip install -r requirements.txt && \