diff options
author | Quentin <quentin@dufour.io> | 2021-08-19 11:43:28 +0200 |
---|---|---|
committer | Quentin <quentin@dufour.io> | 2021-08-19 11:43:28 +0200 |
commit | 09269e8497793f97398ace2ebe7f2b70777788c8 (patch) | |
tree | e378bf3f8c0771f6e7a5d5b69cabba99aebe098c | |
parent | d25f4d18aa6cc62cba8befc0e1b15192ce6b7b86 (diff) | |
parent | e26f57c8ebdc4697ef3e97033c10b2ea5efe2c97 (diff) | |
download | infrastructure-09269e8497793f97398ace2ebe7f2b70777788c8.tar.gz infrastructure-09269e8497793f97398ace2ebe7f2b70777788c8.zip |
Merge pull request 'bump diplonat version 2->3' (#39) from bump-diplonat into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/pulls/39
-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 |