From 0f5a728ecc81034cdcdb6aed008c7c838d2c98ba Mon Sep 17 00:00:00 2001 From: David Frankel Date: Fri, 29 Dec 2023 16:36:16 -0600 Subject: [PATCH] fixed typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9c6f4d..207d07a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Use the official lightweight Node.js 16 image. +# Use the official lightweight Node.js 18 image. # https://hub.docker.com/_/node FROM node:18-slim