We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6d536 commit e9593f0Copy full SHA for e9593f0
Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
17
18
# Python Mergin client
19
RUN python3 -m pip install --upgrade pip
20
-RUN pip3 install mergin-client
+RUN pip3 install mergin-client==0.7.3
21
22
# geodiff (version >= 1.0.0 is needed with PostgreSQL support - we have to compile it)
23
RUN git clone --branch 1.0.0 https://github.com/lutraconsulting/geodiff.git
0 commit comments