fix: buffer empty for the first diff
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user