File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN make build \
12
12
&& curl -LO ${PULUMI_URL} \
13
13
&& tar -xzvf pulumi-${PULUMI_VERSION}-linux-x64.tar.gz
14
14
15
- FROM quay.io/centos/centos:stream9@sha256:3b68f482785306a9aa02726ed7f256cea6bd681162ca5996090e2f797fceaabb
15
+ FROM quay.io/centos/centos:stream9@sha256:2fa98912f5964b54df6d3cec50874bf56abc98f13077f710b8ea9dc1b41bfeb5
16
16
17
17
LABEL MAINTAINER
"CRC <[email protected] >"
18
18
@@ -28,7 +28,7 @@ USER root
28
28
ARG PULUMI_COMMAND_VERSION=v0.9.2
29
29
30
30
# renovate: datasource=github-releases depName=pulumi/pulumi-tls
31
- ARG PULUMI_TLS_VERSION=v5.0.1
31
+ ARG PULUMI_TLS_VERSION=v5.0.2
32
32
33
33
# renovate: datasource=github-releases depName=pulumi/pulumi-random
34
34
ARG PULUMI_RANDOM_VERSION=v4.15.1
@@ -43,7 +43,7 @@ ARG PULUMI_GCP_VERSION=v7.11.0
43
43
ARG PULUMI_AZURE_NATIVE_VERSION=v2.30.0
44
44
45
45
# renovate: datasource=github-releases depName=pulumi/pulumi-openstack
46
- ARG PULUMI_OPENSTACK_VERSION=v3.15.1
46
+ ARG PULUMI_OPENSTACK_VERSION=v3.15.2
47
47
48
48
RUN dnf install -y python3 python3-pip zstd qemu-img && \
49
49
pip install -r requirements.txt && \
Original file line number Diff line number Diff line change 1
- awscli == 1.32.49
1
+ awscli == 1.32.84
2
2
gcloud == 0.18.3
You can’t perform that action at this time.
0 commit comments