feat: update replication version

This commit is contained in:
Swann 2020-10-11 15:10:28 +02:00
parent 96346f8a25
commit 3eca25ae19
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,8 +1,8 @@
# Download base image debian jessie
FROM python:slim
ARG replication_version=0.0.21a17
ARG version=0.1.0
ARG replication_version=0.0.21a19
ARG version=0.1.1
# Infos
LABEL maintainer="Swann Martinez"