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:
parent
289172b3c1
commit
e4d453b24e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue