Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM busybox
#test

#test
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidentally committed test comments in Dockerfile

Low Severity

There are now two consecutive #test comment lines at the top of the Dockerfile. These look like temporary debugging/placeholder notes accidentally left in. The rest of the file uses meaningful comments (e.g., # Get Signer plugin binary, # Build Go binary), so these #test lines stand out as noise that shouldn't be committed to a production Dockerfile.

Fix in Cursor Fix in Web

ARG BUILD_PLATFORM="linux/amd64"
ARG BUILDER_IMAGE="golang:1.20.6-alpine3.18"

Expand Down