Skip to content

Fix vulnerabile dockerfile - #268

Closed
kai5263499 wants to merge 1 commit into
buger:masterfrom
kai5263499:fix-vulnerable-dockerfile
Closed

Fix vulnerabile dockerfile#268
kai5263499 wants to merge 1 commit into
buger:masterfrom
kai5263499:fix-vulnerable-dockerfile

Conversation

@kai5263499

Copy link
Copy Markdown

This fixes a vulnerability in this library that is showing up in vulnerability scans on dependencies in other projects I work on. The fix is simple, update the go builder image used from 1.6 to 1.21

buger pushed a commit that referenced this pull request Jul 28, 2026
…#268)

- parser_test.go had both "fmt" and _ "fmt" imports — removed the
  blank duplicate (from PR #263 by @testwill)
- Dockerfile was pinned to Go 1.6 (broken) — updated to Go 1.25 and
  moved WORKDIR/ADD before dependency fetches for better layer caching
  (from PR #268 by @kai5263499)
@buger buger closed this Jul 28, 2026
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