Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base golang image in dockerfile #231

Open
denimoll opened this issue Jul 26, 2024 · 0 comments · May be fixed by #254
Open

Update base golang image in dockerfile #231

denimoll opened this issue Jul 26, 2024 · 0 comments · May be fixed by #254
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@denimoll
Copy link

cvemap requires Go 1.21 to install successfully

Now in dockerfile:
golang:1.20.7-alpine
Build logs:
note: imported by a module that requires go 1.21

Just change (update) base image to or better:
golang:1.22.5-alpine

@denimoll denimoll added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Jul 26, 2024
@RamanaReddy0M RamanaReddy0M self-assigned this Aug 22, 2024
@RamanaReddy0M RamanaReddy0M linked a pull request Aug 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants