Skip to content

Commit 158df5c

Browse files
Reference newer debian version in examples
1 parent a86328f commit 158df5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linode_api4/groups/linode.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def instance_create(
184184
new_linode, password = client.linode.instance_create(
185185
"g6-standard-2",
186186
"us-east",
187-
image="linode/debian9",
187+
image="linode/debian13",
188188
root_pass="aComplex@Password123")
189189
190190
ltype = client.linode.types().first()
@@ -219,7 +219,7 @@ def instance_create(
219219
new_linode, password = client.linode.instance_create(
220220
"g6-standard-2",
221221
"us-east",
222-
image="linode/debian9",
222+
image="linode/debian13",
223223
root_pass="aComplex@Password123",
224224
stackscript=stackscript,
225225
stackscript_data={"gh_username": "example"})

0 commit comments

Comments
 (0)