From be847a99b061f3e0793e35ec87adb7bf43cc6794 Mon Sep 17 00:00:00 2001 From: DJensen94 <79864006+DJensen94@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:12:52 -0700 Subject: [PATCH] update SQS commit code update SQS commit code --- backend/Dockerfile.pe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile.pe b/backend/Dockerfile.pe index ab402346..7b91de4e 100644 --- a/backend/Dockerfile.pe +++ b/backend/Dockerfile.pe @@ -28,7 +28,7 @@ RUN ./aws/install # Sync the latest from cf-staging branch RUN git clone -b crossfeed-SQS https://github.com/cisagov/ATC-Framework.git && \ cd ATC-Framework && \ - git checkout dbef9cbbd9a7258d6c9a8b40017c279b43ffebd0 && \ + git checkout 9793c3975f09cf272ba83e6c7aa7cce2034fe94b && \ pip install . RUN python -m spacy download en_core_web_lg