From ecdc3bb0ed0a63b38547b919ca2d4776c0dd960e Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Wed, 1 Jul 2020 16:51:08 +0200 Subject: [PATCH] [Plume] Use latest base image while waiting for tag on Docker Hub --- pica-plume/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pica-plume/Dockerfile b/pica-plume/Dockerfile index 525d3a5f..9974f47e 100644 --- a/pica-plume/Dockerfile +++ b/pica-plume/Dockerfile @@ -1,4 +1,7 @@ -ARG VERSION=v0.5.0 +# Change as soon as the tag is published on Docker Hub : +# https://hub.docker.com/r/plumeorg/plume/tags +# For now 0.5.0 is not available +ARG VERSION=latest FROM plumeorg/plume:${VERSION} ENV PLUME_VERSION=v0.5.0 -- GitLab