fix(docker): update base image to amd64/golang:1.24.0 #99
Reference in New Issue
Block a user
Delete Branch "update-dockerfile-to-amd64-golang"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Change the base image in the Dockerfile to use
amd64/golang:1.24.0 for consistent architecture
support across environments. This ensures better
compatibility in the build process.