From e26f57c8ebdc4697ef3e97033c10b2ea5efe2c97 Mon Sep 17 00:00:00 2001 From: darkgallium Date: Thu, 19 Aug 2021 11:33:36 +0200 Subject: [PATCH] bump diplonat version 2->3 --- app/core/deploy/core.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/deploy/core.hcl b/app/core/deploy/core.hcl index 21c1b5f..39b4a17 100644 --- a/app/core/deploy/core.hcl +++ b/app/core/deploy/core.hcl @@ -18,7 +18,7 @@ job "core" { driver = "docker" config { - image = "darkgallium/amd64_diplonat:v2" + image = "darkgallium/amd64_diplonat:v3" network_mode = "host" readonly_rootfs = true privileged = true