fix(dockerfile): correct golang version from 1.25 to 1.24

Go 1.25 does not exist; use 1.24-alpine for acb-enrichment build.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
jedarden 2026-06-04 08:36:17 -04:00
parent 289172b3c1
commit e4d453b24e

View file

@ -4,7 +4,7 @@
# generates turn-by-turn narrative highlights via LLM, and stores results.
# Build stage
FROM golang:1.25-alpine AS builder
FROM golang:1.24-alpine AS builder
WORKDIR /build