From ee3004013c0572bfb8c964ae54583a8aa810b787 Mon Sep 17 00:00:00 2001
From: Emmanuel Bruno <emmanuel.bruno@univ-tln.fr>
Date: Fri, 22 Oct 2021 12:04:03 +0200
Subject: [PATCH] sets versions.

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index b8385ec..effc470 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,9 +24,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends\
 # Postgresql python library
 # SQL support for ipython and PlantUML
 RUN conda install --quiet --yes psycopg2=2.9.1 && \
-	conda install -y -c conda-forge postgresql=13.3 pgspecial && \
+	conda install -y -c conda-forge postgresql=13.3 pgspecial=1.13.0 && \
     	conda clean -tipsy && \
-    pip install ipython-sql iplantuml mocodo_magic && \
+	pip install ipython-sql==0.4.0 iplantuml==0.1.1 mocodo_magic==1.0.3 && \
 	fix-permissions "${CONDA_DIR}" && \
 	fix-permissions "/home/${NB_USER}"
 
-- 
GitLab