Skip to content
Snippets Groups Projects
Verified Commit ecdc3bb0 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Plume] Use latest base image while waiting for tag on Docker Hub

parent cbc23421
No related branches found
No related tags found
No related merge requests found
Pipeline #64212 failed
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} FROM plumeorg/plume:${VERSION}
ENV PLUME_VERSION=v0.5.0 ENV PLUME_VERSION=v0.5.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment