Upgrade to latest monero version

This commit is contained in:
Daniel Karzel 2021-04-13 16:14:36 +10:00
parent b60790a32c
commit 3fd77cbfb5
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E

View File

@ -75,7 +75,7 @@ impl Image for Monero {
impl Default for Monero {
fn default() -> Self {
Monero {
tag: "v0.16.0.3".into(),
tag: "v0.17.2.0".into(),
args: Args::default(),
entrypoint: Some("".into()),
wait_for_message: "core RPC server started ok".to_string(),