diff --git a/orchestrator/orchestrating.sh b/orchestrator/orchestrating.sh index 3733e72..2d0c8e3 100644 --- a/orchestrator/orchestrating.sh +++ b/orchestrator/orchestrating.sh @@ -92,7 +92,7 @@ destroy_droplet() { create_droplet() { local name="${1:-runner-${RUNNER_ID}}" local size="${2:-s-1vcpu-1gb}" - local image="${3:-200811356}" + local image="${3:-200895606}" local region="${4:-sgp1}" echo "Creating droplet: $name"