fix: buffer empty for the first diff
This commit is contained in:
parent
e589e3eec4
commit
030f2661fd
@ -44,7 +44,7 @@ from . import environment
|
||||
|
||||
|
||||
DEPENDENCIES = {
|
||||
("replication", '0.0.21a20'),
|
||||
("replication", '0.0.21a21'),
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user