fix(docker): update base image to use amd64 architecture #108
Reference in New Issue
Block a user
Delete Branch "update-dockerfile-golang-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?
Change the base image in the Dockerfile to utilize the amd64 version
of the golang image. This ensures compatibility with the target
architecture for builds and improves the reliability of the
build process.