From 8e6f5b75cbb7cd2e06ed97d0fc182451c5f00c81 Mon Sep 17 00:00:00 2001 From: platform-engineering-bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:12:04 +0200 Subject: [PATCH] chore(deps): update patch and digest updates (#171) Signed-off-by: Platform Engineering Bot --- oci/Containerfile | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oci/Containerfile b/oci/Containerfile index 7619172e..f3a3e6ee 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:f72d75a4553b7d4523efa745b7b97961f347f5f1e20e53709e2f8db313c44f7f +FROM quay.io/centos/centos:stream9@sha256:1ad5272613140d855a997a0d1b4f489a51cd9320447967feb72305f91fd4dda2 LABEL MAINTAINER "CRC " @@ -34,7 +34,7 @@ ARG PULUMI_TLS_VERSION=v5.0.0 ARG PULUMI_RANDOM_VERSION=v4.14.0 # renovate: datasource=github-releases depName=pulumi/pulumi-aws -ARG PULUMI_AWS_VERSION=v6.13.2 +ARG PULUMI_AWS_VERSION=v6.13.3 # renovate: datasource=github-releases depName=pulumi/pulumi-azure-native ARG PULUMI_AZURE_NATIVE_VERSION=v2.21.2 diff --git a/requirements.txt b/requirements.txt index d29c70b2..efde2b05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -awscli==1.31.11 +awscli==1.31.12