Skip to content

Commit e9593f0

Browse files
committed
Add version of mergin-client
1 parent 7c6d536 commit e9593f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
1717

1818
# Python Mergin client
1919
RUN python3 -m pip install --upgrade pip
20-
RUN pip3 install mergin-client
20+
RUN pip3 install mergin-client==0.7.3
2121

2222
# geodiff (version >= 1.0.0 is needed with PostgreSQL support - we have to compile it)
2323
RUN git clone --branch 1.0.0 https://github.com/lutraconsulting/geodiff.git

0 commit comments

Comments
 (0)