fix: buffer empty for the first diff

This commit is contained in:
Swann 2020-10-12 17:13:35 +02:00
parent e589e3eec4
commit 030f2661fd
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ from . import environment
DEPENDENCIES = {
("replication", '0.0.21a20'),
("replication", '0.0.21a21'),
}

View File

@ -1,7 +1,7 @@
# Download base image debian jessie
FROM python:slim
ARG replication_version=0.0.21a19
ARG replication_version=0.0.21a21
ARG version=0.1.1
# Infos