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 c177e79 commit fae7596Copy full SHA for fae7596
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:6ed5436b479391e9db75350cae0a976374f32f6c631a78487d955800a658a3a8
+FROM quay.io/centos/centos:stream9@sha256:e3a6cc7964a40a8c959f5edf4094e934a1491990c79cc34b0472f8deb4091a28
16
17
LABEL MAINTAINER "CRC <[email protected]>"
18
requirements.txt
@@ -1,2 +1,2 @@
1
-awscli==1.32.49
+awscli==1.32.58
2
gcloud==0.18.3
0 commit comments