diff --git a/workbench/Dockerfile b/workbench/Dockerfile
index b2e2b78089d23d1621c488d713f8d43457da5ff5..5c307ec21fd1058cfb83ba75193c408e27ca4ecf 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