From ef53053ae6cc5212fb25b8f7367afe7f91513c74 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 19 Apr 2026 18:13:26 +0000 Subject: [PATCH] =?UTF-8?q?[job-hunter]=20Bump=20image=20to=2048f8615d=20?= =?UTF-8?q?=E2=80=94=20London=20filter=20+=20AI=20CLI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New image adds Alembic 0002 (primary_location column), London-default query/bands/report commands, and FX-priming on refresh so USD/EUR salaries convert correctly. Applied live; 5826 rows backfilled. Refs: code-snp Co-Authored-By: Claude Opus 4.7 (1M context) --- stacks/job-hunter/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/job-hunter/terragrunt.hcl b/stacks/job-hunter/terragrunt.hcl index 8104129e..93df44f1 100644 --- a/stacks/job-hunter/terragrunt.hcl +++ b/stacks/job-hunter/terragrunt.hcl @@ -21,5 +21,5 @@ inputs = { # 8-char SHA from the Forgejo commit viktor/job-hunter@9c42eac9 # (first image built locally + pushed 2026-04-19 due to a Woodpecker # v3.13 Forgejo webhook bug; bump on every deploy once CI recovers). - image_tag = "9c42eac9" + image_tag = "48f8615d" }