Skip to content

Commit

Permalink
Bump DigitalOcean Docker Image to Ubuntu 20.04
Browse files Browse the repository at this point in the history
Docker CE 20.10.7
  • Loading branch information
kdumontnu authored Apr 22, 2022
1 parent 98c1f93 commit 33c81cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/digitalocean/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func New(opts ...Option) autoscaler.Provider {
p.size = "s-2vcpu-4gb"
}
if p.image == "" {
p.image = "docker-18-04"
p.image = "docker-20-04"
}
if p.userdata == nil {
p.userdata = userdataT
Expand Down

0 comments on commit 33c81cf

Please sign in to comment.