Skip to content

Commit b01bd4f

Browse files
johnzastrowclaude
andcommitted
fix: bump Docker base image to golang:1.25-alpine
go.mod now requires go 1.25.0 (bumped by Dependabot). The 1.23-alpine builder was trying to auto-download the 1.25 toolchain at build time, which fails in network-restricted environments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6571a9a commit b01bd4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN npm run build
2323
# ============================================================================
2424
# Stage 2: Build Backend (Go)
2525
# ============================================================================
26-
FROM golang:1.23-alpine AS backend-builder
26+
FROM golang:1.25-alpine AS backend-builder
2727

2828
# Install build dependencies
2929
RUN apk add --no-cache git gcc musl-dev sqlite-dev

0 commit comments

Comments
 (0)