Open m2Giles opened 9 months ago
The current Dockerfile leaves all build tools on the deployed image.
Instead use a builder to build the application and then only explicitly copy the binary to the container.
Additionally, alpine:latest is unpinned to a release. Explicitly pin to a release.
The current Dockerfile leaves all build tools on the deployed image.
Instead use a builder to build the application and then only explicitly copy the binary to the container.
Additionally, alpine:latest is unpinned to a release. Explicitly pin to a release.