Skip to content

chore(deps): bump golang from 1.23.3 to 1.25 in Dockerfile#330

Open
SPoint42 wants to merge 1 commit into
projectdiscovery:mainfrom
SPoint42:update-golang-version
Open

chore(deps): bump golang from 1.23.3 to 1.25 in Dockerfile#330
SPoint42 wants to merge 1 commit into
projectdiscovery:mainfrom
SPoint42:update-golang-version

Conversation

@SPoint42
Copy link
Copy Markdown

@SPoint42 SPoint42 commented Feb 5, 2026

Update base image to use Go 1.25 for building

Summary by CodeRabbit

  • Chores
    • Updated Go builder image from version 1.23.3 to 1.25
    • Added build steps for Go module download and application compilation

Update base image to use Go 1.25 for latest features and improvements.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 5, 2026

Walkthrough

The Dockerfile is updated to use Go 1.25-alpine for the builder stage instead of Go 1.23.3-alpine, with explicit build steps added to download dependencies and compile the tldfinder binary from cmd/tldfinder.

Changes

Cohort / File(s) Summary
Dockerfile Configuration
Dockerfile
Updated builder base image to golang:1.25-alpine and added Go build commands (go mod download and go build ./cmd/tldfinder).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A hop through alpine heights so fine,
From version twenty-three to twenty-five we climb,
The builder gathers deps with practiced grace,
And builds tldfinder in this Docker space.
One tiny change, yet stronger now we run! 🏗️

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the Go base image from version 1.23.3 to 1.25 in the Dockerfile, which is the primary modification in this pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants