diff options
Diffstat (limited to 'app/core/deploy/core.hcl')
-rw-r--r-- | app/core/deploy/core.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |