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

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]>
Copy link

@niroowns niroowns left a comment

Choose a reason for hiding this comment

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

LGTM

@Gearheads Gearheads merged commit eb1d83b into fidelity:main Feb 22, 2025
9 checks passed
@Gearheads Gearheads deleted the feature/upgrade-Dockerfile-dependencies branch February 22, 2025 00:30
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