Skip to content

Commit

Permalink
use Ubuntu 22.04 LTS base image in acceptance test
Browse files Browse the repository at this point in the history
(OpenSSH>=8.2 deprecates `ssh-rsa` pub key algorithm,
see hashicorp/packer#10074 hashicorp/packer#8609)
  • Loading branch information
Feder1co5oave committed Jun 10, 2022
1 parent 6e3680a commit 7cc7729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/hcloud/builder_acc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const testBuilderAccBasic = `
"type": "test",
"location": "nbg1",
"server_type": "cx11",
"image": "ubuntu-18.04",
"image": "ubuntu-22.04",
"user_data": "",
"user_data_file": "",
"ssh_username": "root"
Expand Down

0 comments on commit 7cc7729

Please sign in to comment.