From 6871128d3aa7c596fad472ea247709cd48e7dbe2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 22 May 2025 22:37:29 +0300 Subject: [PATCH] Workbench: Update the AWS CLI. Now that it supports Python 3.13. --- workbench/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/Dockerfile b/workbench/Dockerfile index b2e2b78..5c307ec 100644 --- a/workbench/Dockerfile +++ b/workbench/Dockerfile @@ -254,7 +254,7 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \ unset PIP_CONSTRAINT && \ pipx install --global chalice && \ pipx install --global curator-opensearch && \ - CFLAGS="-Wno-error=incompatible-pointer-types" pipx install --global https://github.com/aws/aws-cli/archive/refs/heads/dependabot/pip/v2/ruamel-yaml-clib-0.2.12.zip && \ + CFLAGS="-Wno-error=incompatible-pointer-types" pipx install --global https://github.com/aws/aws-cli/archive/refs/heads/v2.zip && \ rm -rf /tmp/* /var/tmp/* ~/.cache/* ENV COREPACK_HOME=/usr/local/share/corepack # hadolint ignore=DL3016 -- GitLab