fix(docker): update base image to amd64/golang 1.24.0 #761
Reference in New Issue
Block a user
Delete Branch "update-dockerfile-base-image"
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?
Replace the base image in the Dockerfile with
amd64/golang:1.24.0 to ensure compatibility
across different architectures and improve build
stability.