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