-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): bump release utils images #350
Conversation
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
Based on the diff, this pull request is updating the Dockerfile for the release utilities image. Specifically, it is updating the gomplate version and changing the base image from golang:1.22.5-alpine3.20 to alpine:3.20.1. There don't seem to be any obvious problems with this change. However, there are a few suggestions to consider:
Overall, the changes look reasonable and can be merged after addressing the suggestions. |
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wuhuizuo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
User description
Signed-off-by: wuhuizuo wuhuizuo@126.com
PR Type
Bug fix, Enhancement
Description
gomplate
image fromhairyhenderson/gomplate:v4.1.0-alpine
instead of building it from source.Changes walkthrough 📝
Dockerfile
Update `gomplate` installation to use pre-built image
dockerfiles/cd/utils/release/Dockerfile
gomplate
.gomplate
image fromhairyhenderson/gomplate:v4.1.0-alpine
.