diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-19 20:07:15 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-19 20:07:15 +0200 |
commit | e4c15e9d7143f452f05ff469112234a16e341051 (patch) | |
tree | a5334c377f4b84a681013961b0427295d2497243 /app/build | |
parent | 6b667af32bd3617fe0f13f92eed3a4e5cb2f6654 (diff) | |
download | infrastructure-e4c15e9d7143f452f05ff469112234a16e341051.tar.gz infrastructure-e4c15e9d7143f452f05ff469112234a16e341051.zip |
Plume integration is working
Diffstat (limited to 'app/build')
-rw-r--r-- | app/build/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml index 1ca740a..ee76372 100644 --- a/app/build/docker-compose.yml +++ b/app/build/docker-compose.yml @@ -66,5 +66,5 @@ services: build: context: ./plume args: - VERSION: 003dcf861a9f55720b03d52f2f95f5f59e338809 + VERSION: 0cd26dfbf4ab7be467325ed77230cf371147a98e image: superboum/plume:v1 |