aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/landing/README.md2
-rw-r--r--docker/landing/html/index.html2
-rw-r--r--nomad/web_static.hcl2
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/landing/README.md b/docker/landing/README.md
index 416360e..5d2cb2b 100644
--- a/docker/landing/README.md
+++ b/docker/landing/README.md
@@ -1,3 +1,3 @@
```
-docker build -t superboum/amd64_landing:v7 .
+docker build -t superboum/amd64_landing:v8 .
```
diff --git a/docker/landing/html/index.html b/docker/landing/html/index.html
index b8de843..239af7a 100644
--- a/docker/landing/html/index.html
+++ b/docker/landing/html/index.html
@@ -120,7 +120,7 @@ samp {
<h2>Comment nous rejoindre ?</h2>
<p>Si vous connaissez un utilisateur du service, contactez-le directement.<br/>
-Sinon, vous pouvez envoyer un email à <samp>*coucou</samp><img src="landing/arobase.png" alt="arobase" width="14"><samp>deuxfleurs.fr</samp>.</p>
+Sinon, vous pouvez envoyer un email à <samp>coucou</samp><img src="landing/arobase.png" alt="arobase" width="14"><samp>deuxfleurs.fr</samp>.</p>
</article>
</div>
</div>
diff --git a/nomad/web_static.hcl b/nomad/web_static.hcl
index 0dca948..8e0042b 100644
--- a/nomad/web_static.hcl
+++ b/nomad/web_static.hcl
@@ -11,7 +11,7 @@ job "web_static" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_landing:v7"
+ image = "superboum/amd64_landing:v8"
port_map {
web_port = 8043
}