feat: update replication version

This commit is contained in:
Swann
2020-10-11 15:10:28 +02:00
parent 96346f8a25
commit 3eca25ae19
2 changed files with 3 additions and 3 deletions

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"