Skip to content

Commit 7757237

Browse files
starbopsclaude
andcommitted
fix(docker): update Go version to 1.24.4 for consistency
- Update Dockerfile to use golang:1.24.4-alpine instead of golang:1.24-alpine - Ensures complete consistency across all documentation and build files - Aligns with go.mod, CI workflow, and documentation requirements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 494827a commit 7757237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.24-alpine AS builder
2+
FROM golang:1.24.4-alpine AS builder
33

44
# Install dependencies
55
RUN apk --no-cache add ca-certificates git

0 commit comments

Comments
 (0)