diff --git a/unittest.Dockerfile b/unittest.Dockerfile
index e296bc37485d24833bcada0c7b6eb7f0671f226a..2ab49d9c18bc76ea50f4e87e0c73c30a35eaea2e 100644
--- a/unittest.Dockerfile
+++ b/unittest.Dockerfile
@@ -1,6 +1,6 @@
 FROM python:3.8
 
-RUN pip install satella>=2.14.24 snakehouse>=1.3 nose2 wheel coverage
+RUN pip install satella>=2.17.13 snakehouse>=1.3 nose2 wheel coverage
 
 ADD tempsdb /app/tempsdb
 ADD setup.py /app/setup.py