bump golang in dockerfile: 1.22 => 1.23#6226
bump golang in dockerfile: 1.22 => 1.23#6226dogancanbakir merged 1 commit intoprojectdiscovery:devfrom
Conversation
WalkthroughThe Dockerfile was updated to use the Go 1.23-alpine image instead of Go 1.22-alpine for the build stage. No other changes were made to the build or release process, and no application code or exported entities were altered. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant Docker
participant Go 1.23-alpine Image
Developer->>Docker: Build image using Dockerfile
Docker->>Go 1.23-alpine Image: Pull base image
Docker->>Docker: Install dependencies, copy source, build app
Docker->>Developer: Provide built image
Assessment against linked issues
Possibly related PRs
Suggested reviewers
Poem
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
Dockerfile(2 hunks)
🔇 Additional comments (1)
Dockerfile (1)
16-16: Approve unchanged ENTRYPOINT
TheENTRYPOINT ["nuclei"]remains consistent with the application’s invocation. No further action required here.
Proposed changes
Update Golang version in Dockerfile.
Fixes #6225
Checklist
Summary by CodeRabbit