Skip to content

Commit f803b4b

Browse files
committed
Revise example for ubuntu 24.04
1 parent b39bd64 commit f803b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ docker run --rm \
243243
--env=DIGITALOCEAN_ACCESS_TOKEN \
244244
--env=DIGITALOCEAN_SSH_KEY_IDS \
245245
--env=DIGITALOCEAN_REGION \
246-
docker.io/polymathrobotics/doctl compute droplet create ubuntu22-04 \
246+
docker.io/polymathrobotics/doctl compute droplet create ubuntu24-04 \
247247
--ssh-keys $DIGITALOCEAN_SSH_KEY_IDS \
248248
--size s-1vcpu-1gb \
249-
--image ubuntu-22-04-x64 \
249+
--image ubuntu-24-04-x64 \
250250
--region $DIGITALOCEAN_REGION \
251251
--enable-ipv6 \
252252
--enable-monitoring

0 commit comments

Comments
 (0)