From a495d373ef225b34721dac1a8229cd7d6784ce6e Mon Sep 17 00:00:00 2001 From: aloftus23 Date: Mon, 9 Dec 2024 10:02:49 -0500 Subject: [PATCH] Add latest ASM Sync code from crossfeed-SQS commit --- backend/Dockerfile.pe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile.pe b/backend/Dockerfile.pe index 3d90f73a..5ae52fe0 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 22c3de519337e577775f2580ba09c7ba51c08904 && \ + git checkout a48a14ee7a42443b9458a8c1d7348204f2fe4db9 && \ pip install . RUN python -m spacy download en_core_web_lg