We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac7dcf commit 1cd4510Copy full SHA for 1cd4510
oci/Containerfile
@@ -12,7 +12,7 @@ RUN make build \
12
&& curl -LO ${PULUMI_URL} \
13
&& tar -xzvf pulumi-${PULUMI_VERSION}-linux-x64.tar.gz
14
15
-FROM quay.io/centos/centos:stream9@sha256:3b68f482785306a9aa02726ed7f256cea6bd681162ca5996090e2f797fceaabb
+FROM quay.io/centos/centos:stream9@sha256:7d20007bf2a2f0e23bc2049d8b12a84499701ebf1ddbe819a46c785f8f9b9aca
16
17
LABEL MAINTAINER "CRC <[email protected]>"
18
requirements.txt
@@ -1,2 +1,2 @@
1
-awscli==1.32.49
+awscli==1.32.74
2
gcloud==0.18.3
0 commit comments