diff --git a/Dockerfile b/Dockerfile
index f170ecbdcbd564e31bb7339426e625eb1fe5fb32..19544274d22f0ad280d903d8b295a29ab871734a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Use posgres as base image
-FROM library/postgres:14
+FROM library/postgres:12
 
 # Allow access without password
 ENV POSTGRES_HOST_AUTH_METHOD=trust