Fix nomad fixers

This commit is contained in:
IamTheFij 2023-12-29 07:35:07 -08:00
parent 25e533287d
commit 1a3c096b65
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ job "fixers" {
driver = "docker"
config {
image = "iamthefij/nomad-service-fixers:0.1.0"
image = "iamthefij/nomad-service-fixers:0.1.1"
command = "/scripts/nomad_orphan_services.py"
args = ["--delete"]
}