Open
Description
The Dockerfile currently uses go get golang.org/x/[email protected]
during build to
work around a vulnerability in the upstream Podsync repository.
Once mxpv/podsync#692 is merged and included in an
official Podsync release, this manual step should be removed.
Steps:
- Delete the
go get
line and its accompanying comment from the Dockerfile. - Build the image and verify that the vulnerability is resolved upstream.
- Commit the change and remove this issue.
Metadata
Metadata
Assignees
Labels
No labels