Skip to content

Commit

Permalink
feat: update DO droplet image to ubuntu-23-10-x64
Browse files Browse the repository at this point in the history
  • Loading branch information
d3or authored and korewaChino committed Feb 29, 2024
1 parent 872dbea commit dae87ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud/digitalocean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize};
use tracing::{debug, info, warn};

const DROPLET_SIZE: &str = "s-1vcpu-1gb";
const DROPLET_IMAGE: &str = "ubuntu-23-04-x64";
const DROPLET_IMAGE: &str = "ubuntu-23-10-x64";

const TOKEN_KEY: &str = "DIGITALOCEAN_TOKEN";

Expand Down

0 comments on commit dae87ae

Please sign in to comment.