Skip to content

Commit

Permalink
Update gcp-js-webserver to latest pulumi and VM image versions. (pulu…
Browse files Browse the repository at this point in the history
  • Loading branch information
clstokes committed Dec 13, 2018
1 parent d13331d commit ca12691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gcp-js-webserver/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const computeInstance = new gcp.compute.Instance("instance", {
metadataStartupScript: startupScript,
bootDisk: {
initializeParams: {
image: "debian-cloud/debian-8",
image: "debian-cloud/debian-9-stretch-v20181210",
},
},
networkInterfaces: [{
Expand Down
4 changes: 2 additions & 2 deletions gcp-js-webserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"main": "index.js",
"dependencies": {
"@pulumi/pulumi": "^0.15.0",
"@pulumi/gcp": "^0.15.0"
"@pulumi/pulumi": "latest",
"@pulumi/gcp": "latest"
}
}

0 comments on commit ca12691

Please sign in to comment.