ruphy commented on code in PR #42: URL: https://github.com/apache/incubator-milagro-MPC/pull/42#discussion_r899346145
########## Dockerfile: ########## @@ -24,7 +24,7 @@ # docker run -it --rm libmpc bash # ------------------------------------------------------------------------------ -FROM ubuntu:bionic +FROM ubuntu:latest Review Comment: hi Kealan, we could indeed name a version, but using the tag `latest` has the advantage that it will always point to the latest LTS (and not the literal latest), and thus avoid accidentally ending up relying on unmaintained/insecure dependencies, while still enjoying the solidity of the LTS quality assurances. I would thus suggest to keep `latest`. -- 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]
