Skip to content

Commit 9ab11c9

Browse files
committed
Update Dockerfile
1 parent 937305f commit 9ab11c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

aws-cli/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ RUN yum update -y \
1919

2020
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
2121

22-
# @TL FIXME: --break-system-packages not supported until Python 3.11
22+
# @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.
2324
RUN pip3 install --no-cache-dir --upgrade \
24-
cfn-policy-validator==0.0.35 \
25+
cfn-policy-validator==0.0.29 \
2526
&& msg="$(pip list --outdated | grep -i -e cfn-policy-validator || true)" \
2627
&& if [ -n "${msg}" ]; then \
2728
>&2 echo "ERROR: outdated: ${msg}" ; \

0 commit comments

Comments
 (0)