aboutsummaryrefslogtreecommitdiff
path: root/app/deployment
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2021-01-07 11:09:29 +0100
committerQuentin <quentin@deuxfleurs.fr>2021-01-07 11:09:29 +0100
commitba3d84a1de4d392a22b66d90de21876720391728 (patch)
tree56ded70580a4b6a59d0f03e01fad9fda4224c30b /app/deployment
parent7508a10a718f9be8eeef1fcf66fad855ce0654c1 (diff)
downloadinfrastructure-ba3d84a1de4d392a22b66d90de21876720391728.tar.gz
infrastructure-ba3d84a1de4d392a22b66d90de21876720391728.zip
Upgrade plume
Diffstat (limited to 'app/deployment')
-rw-r--r--app/deployment/plume.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/deployment/plume.hcl b/app/deployment/plume.hcl
index 59ec28a..1bdc332 100644
--- a/app/deployment/plume.hcl
+++ b/app/deployment/plume.hcl
@@ -17,7 +17,7 @@ job "plume" {
task "plume" {
driver = "docker"
config {
- image = "superboum/plume:v1"
+ image = "superboum/plume:v2"
network_mode = "host"
ports = [ "web_port" ]
#command = "cat"