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 Dockerfile to use newer Go version and improve build process #6

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

mattmattox
Copy link
Contributor

  • Changed base image to golang:1.22.4-alpine3.20
  • Added bash installation along with git
  • Updated build command to use CGO_ENABLED=0 for better optimizations
  • Streamlined working directory paths in the runtime stage
  • Ensured CA certificates are copied from the builder stage

- Changed base image to golang:1.22.4-alpine3.20
- Added bash installation along with git
- Updated build command to use CGO_ENABLED=0 for better optimizations
- Streamlined working directory paths in the runtime stage
- Ensured CA certificates are copied from the builder stage
@mattmattox mattmattox self-assigned this Nov 18, 2024
@mattmattox mattmattox merged commit 5f3fd61 into main Nov 18, 2024
5 checks passed
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