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 { impl Default for Monero {
fn default() -> Self { fn default() -> Self {
Monero { Monero {
tag: "v0.16.0.3".into(), tag: "v0.17.2.0".into(),
args: Args::default(), args: Args::default(),
entrypoint: Some("".into()), entrypoint: Some("".into()),
wait_for_message: "core RPC server started ok".to_string(), wait_for_message: "core RPC server started ok".to_string(),