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 d09c995Copy full SHA for d09c995
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:cf7aec056afefff59976960cd9f5ad6ef087f2da1ccccc38140df48a4aa6b5ca
16
17
LABEL MAINTAINER "CRC <[email protected]>"
18
requirements.txt
@@ -1,2 +1,2 @@
1
-awscli==1.32.49
+awscli==1.32.64
2
gcloud==0.18.3
0 commit comments