From c46e5fa5bf8d5873af864bd8950d0026ede6f6b8 Mon Sep 17 00:00:00 2001 From: lens0021 Date: Sat, 12 Oct 2024 10:37:59 +0900 Subject: [PATCH] Update checksum --- jobs/http.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/http.nomad b/jobs/http.nomad index 2a03e36..aca1f06 100644 --- a/jobs/http.nomad +++ b/jobs/http.nomad @@ -28,7 +28,7 @@ job "http" { source = "https://github.com/femiwiki/nomad/raw/main/caddy/Caddyfile" destination = "local/Caddyfile.tpl" mode = "file" - options { checksum = "md5:ee0300e384afa6aca74f09a44323ee6e" } + options { checksum = "md5:4101989e803c07aaa406259a1439a73c" } } template { source = "local/Caddyfile.tpl"