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

feat(Dockerfiles): upgrade dependencies within the Dockerfiles #745

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Gearheads
Copy link
Collaborator

What this PR does / why we need it:

  • This change will upgrade the various binaries mentioned within the three different Dockerfiles. We need to keep the binaries up to date to leverage either security fixes, or new features
  • Also, a bit of organizational change, we grouped all of the indirect dependencies to their own require block in the go.mod file.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes # Need to upgrade dependencies.

- This change will upgrade the various binaries mentioned within the three different Dockerfiles. We need to keep the binaries up to date to leverage either security fixes, or new features
- Also, a bit of organizational change, we grouped all of the indirect dependencies to their own require block in the go.mod file.

Signed-off-by: Casale, Robert <[email protected]>
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.

1 participant