Skip to content

Commit b08af40

Browse files
ndbroadbentclaude
andcommitted
fix: update Dockerfile to use Go 1.25.7
Updated Dockerfile to use golang:1.25.7-alpine base image to match go.mod requirements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 0e98772 commit b08af40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN bun install --frozen-lockfile
1515
COPY web/ ./
1616
RUN bun run build
1717

18-
FROM golang:1.25.5-alpine AS builder
18+
FROM golang:1.25.7-alpine AS builder
1919

2020
RUN apk add --no-cache git ca-certificates make gcc musl-dev nodejs npm
2121

0 commit comments

Comments
 (0)