From 3783fbf7c145ae8744f75c7a53f6bd936644229b Mon Sep 17 00:00:00 2001 From: aloftus23 Date: Fri, 13 Dec 2024 10:42:15 -0500 Subject: [PATCH] Update ATC-Framework commit --- backend/Dockerfile.pe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile.pe b/backend/Dockerfile.pe index 0b5aab71..ab402346 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 074fcaf4c4e3dd1cd2d71aeeab71319db3701c48 && \ + git checkout dbef9cbbd9a7258d6c9a8b40017c279b43ffebd0 && \ pip install . RUN python -m spacy download en_core_web_lg