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