From 784ade0bb254c15fc47c69701829bfe7e450e548 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Mon, 2 Nov 2020 08:54:16 -0800 Subject: [PATCH] Fix comment --- run/helloworld/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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