diff --git a/run/helloworld/Dockerfile b/run/helloworld/Dockerfile index 1d5c6a8fe3..5be1204316 100644 --- a/run/helloworld/Dockerfile +++ b/run/helloworld/Dockerfile @@ -14,7 +14,7 @@ # [START run_helloworld_dockerfile] -# Use the official lightweight Node.js 10 image. +# Use the official lightweight Node.js 12 image. # https://hub.docker.com/_/node FROM node:12-slim