Skip to content

Commit

Permalink
Merge pull request #19 from ionicsolutions/patch-1
Browse files Browse the repository at this point in the history
Update to Ubuntu 22.04 LTS
  • Loading branch information
trallard authored Jun 26, 2023
2 parents 659d15e + fb109c9 commit a220d3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
},
"ubuntuOSVersion": {
"type": "string",
"defaultValue": "18.04-LTS",
"defaultValue": "22_04-lts-gen2",
"allowedValues": [
"18.04-LTS"
"22_04-lts-gen2"
],
"metadata": {
"description": "The Ubuntu version for the VM. This will pick a fully patched image of this given Ubuntu version."
Expand Down Expand Up @@ -292,7 +292,7 @@
},
"imageReference": {
"publisher": "Canonical",
"offer": "UbuntuServer",
"offer": "0001-com-ubuntu-server-jammy",
"sku": "[parameters('ubuntuOSVersion')]",
"version": "latest"
},
Expand Down

0 comments on commit a220d3f

Please # to comment.