Skip to content

Commit 71bad27

Browse files
chore(deps): update auto merged updates
Signed-off-by: Platform Engineering Bot <[email protected]>
1 parent eac7dcf commit 71bad27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

oci/Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN make build \
1212
&& curl -LO ${PULUMI_URL} \
1313
&& tar -xzvf pulumi-${PULUMI_VERSION}-linux-x64.tar.gz
1414

15-
FROM quay.io/centos/centos:stream9@sha256:3b68f482785306a9aa02726ed7f256cea6bd681162ca5996090e2f797fceaabb
15+
FROM quay.io/centos/centos:stream9@sha256:2fa98912f5964b54df6d3cec50874bf56abc98f13077f710b8ea9dc1b41bfeb5
1616

1717
LABEL MAINTAINER "CRC <[email protected]>"
1818

@@ -28,7 +28,7 @@ USER root
2828
ARG PULUMI_COMMAND_VERSION=v0.9.2
2929

3030
# renovate: datasource=github-releases depName=pulumi/pulumi-tls
31-
ARG PULUMI_TLS_VERSION=v5.0.1
31+
ARG PULUMI_TLS_VERSION=v5.0.2
3232

3333
# renovate: datasource=github-releases depName=pulumi/pulumi-random
3434
ARG PULUMI_RANDOM_VERSION=v4.15.1
@@ -43,7 +43,7 @@ ARG PULUMI_GCP_VERSION=v7.11.0
4343
ARG PULUMI_AZURE_NATIVE_VERSION=v2.30.0
4444

4545
# renovate: datasource=github-releases depName=pulumi/pulumi-openstack
46-
ARG PULUMI_OPENSTACK_VERSION=v3.15.1
46+
ARG PULUMI_OPENSTACK_VERSION=v3.15.2
4747

4848
RUN dnf install -y python3 python3-pip zstd qemu-img && \
4949
pip install -r requirements.txt && \

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
awscli==1.32.49
1+
awscli==1.32.83
22
gcloud==0.18.3

0 commit comments

Comments
 (0)