zrhoffman commented on code in PR #7266:
URL: https://github.com/apache/trafficcontrol/pull/7266#discussion_r1063902458


##########
tools/golang/Dockerfile:
##########
@@ -15,24 +15,20 @@
 # specific language governing permissions and limitations
 # under the License.
 
+ARG GO_VERSION
+FROM golang:${GO_VERSION} AS get-go

Review Comment:
   Needs an `alpine-based` golang image since this Dockerfile uses an Alpine 
base image and since musl binaries are a different format



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to