From 9e8185e22e29c365244bdc67566a53c9a56b0472 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 09:08:27 +0300 Subject: [PATCH] chore(deps): update auto merged updates Signed-off-by: Platform Engineering Bot --- oci/Containerfile | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oci/Containerfile b/oci/Containerfile index edc98f02..f0ee8cd9 100644 --- a/oci/Containerfile +++ b/oci/Containerfile @@ -12,7 +12,7 @@ RUN make build \ && curl -LO ${PULUMI_URL} \ && tar -xzvf pulumi-${PULUMI_VERSION}-linux-x64.tar.gz -FROM quay.io/centos/centos:stream9@sha256:3b68f482785306a9aa02726ed7f256cea6bd681162ca5996090e2f797fceaabb +FROM quay.io/centos/centos:stream9@sha256:2fa98912f5964b54df6d3cec50874bf56abc98f13077f710b8ea9dc1b41bfeb5 LABEL MAINTAINER "CRC " @@ -28,7 +28,7 @@ USER root ARG PULUMI_COMMAND_VERSION=v0.9.2 # renovate: datasource=github-releases depName=pulumi/pulumi-tls -ARG PULUMI_TLS_VERSION=v5.0.1 +ARG PULUMI_TLS_VERSION=v5.0.2 # renovate: datasource=github-releases depName=pulumi/pulumi-random ARG PULUMI_RANDOM_VERSION=v4.15.1 @@ -43,7 +43,7 @@ ARG PULUMI_GCP_VERSION=v7.11.0 ARG PULUMI_AZURE_NATIVE_VERSION=v2.30.0 # renovate: datasource=github-releases depName=pulumi/pulumi-openstack -ARG PULUMI_OPENSTACK_VERSION=v3.15.1 +ARG PULUMI_OPENSTACK_VERSION=v3.15.2 RUN dnf install -y python3 python3-pip zstd qemu-img && \ pip install -r requirements.txt && \ diff --git a/requirements.txt b/requirements.txt index 0e15c8b9..51928620 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -awscli==1.32.49 +awscli==1.32.84 gcloud==0.18.3