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

[PicaPlume] Use ARG to define the image version

parent b12e6ddb
No related branches found
No related tags found
No related merge requests found
ARG PLUME_VERSION=v0.4.0
FROM plumeorg/plume:${PLUME_VERSION}
ENV PLUME_VERSION=v0.4.0
ENV PLUME_VERSION=${PLUME_VERSION}
ENV MIGRATION_DIRECTORY=migrations/postgres
ENV USE_HTTPS=1
ENV ROCKET_ADDRESS=0.0.0.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