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 937305f commit 9ab11c9Copy full SHA for 9ab11c9
aws-cli/Dockerfile
@@ -19,9 +19,10 @@ RUN yum update -y \
19
20
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
21
22
-# @TL FIXME: --break-system-packages not supported until Python 3.11
+# @TL FIXME: cfn-policy-validator version is held back by Python 3.8.
23
+# @TL FIXME: --break-system-packages not supported until Python 3.11.
24
RUN pip3 install --no-cache-dir --upgrade \
- cfn-policy-validator==0.0.35 \
25
+ cfn-policy-validator==0.0.29 \
26
&& msg="$(pip list --outdated | grep -i -e cfn-policy-validator || true)" \
27
&& if [ -n "${msg}" ]; then \
28
>&2 echo "ERROR: outdated: ${msg}" ; \
0 commit comments