You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@milagro.apache.org by GitBox <gi...@apache.org> on 2022/06/16 17:19:29 UTC

[GitHub] [incubator-milagro-MPC] ruphy commented on a diff in pull request #42: feat: update ubuntu image, speed up buildtime

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: dev-unsubscribe@milagro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org