From de2bcae0d53bfb79636d929409c5ce050325664d Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Thu, 9 Oct 2025 16:25:30 +0530 Subject: [PATCH] fix: Failure in downloading hurl due to upstream changes (#41288) Fix the [Caddy route tests workflow](https://github.com/appsmithorg/appsmith/actions/workflows/caddy-routes-test.yml). ## Summary by CodeRabbit * **Bug Fixes** * Improved compatibility for route test container by selecting the correct binary for the running architecture (e.g., ARM, x86), reducing setup failures. * **Chores** * Streamlined binary installation in the test container by extracting directly to the system path, removing unnecessary intermediate steps. * Maintained existing certificate setup with no functional changes. --- deploy/docker/route-tests/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/docker/route-tests/Dockerfile b/deploy/docker/route-tests/Dockerfile index 1b45886948..ca681a7687 100644 --- a/deploy/docker/route-tests/Dockerfile +++ b/deploy/docker/route-tests/Dockerfile @@ -4,9 +4,9 @@ SHELL ["bash", "-eux", "-c"] RUN <