aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2019-08-06 14:47:18 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2019-08-06 14:47:18 +0200
commitb8cd6e8df88ce919ec531fced6bcf48b3ce1a546 (patch)
tree1265633e4ae7d58fe612e57924c7d005ac65ae6c
parent9503cad153daac7af7a859290a10475e58b4c70f (diff)
downloadinfrastructure-b8cd6e8df88ce919ec531fced6bcf48b3ce1a546.tar.gz
infrastructure-b8cd6e8df88ce919ec531fced6bcf48b3ce1a546.zip
[blog-quentin] new article
-rw-r--r--docker/blog-quentin/README.md2
-rw-r--r--nomad/web_static.hcl4
2 files changed, 3 insertions, 3 deletions
diff --git a/docker/blog-quentin/README.md b/docker/blog-quentin/README.md
index 7e1bb53..25ac463 100644
--- a/docker/blog-quentin/README.md
+++ b/docker/blog-quentin/README.md
@@ -1 +1 @@
-sudo docker build -t superboum/amd64_blog:v18 .
+sudo docker build -t superboum/amd64_blog:v19 .
diff --git a/nomad/web_static.hcl b/nomad/web_static.hcl
index 3cf97c3..6749f41 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:v5"
+ image = "superboum/amd64_landing:v6"
port_map {
web_port = 8043
}
@@ -54,7 +54,7 @@ job "web_static" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_blog:v18"
+ image = "superboum/amd64_blog:v19"
port_map {
web_port = 8043
}