diff --git a/Dockerfile b/Dockerfile index 0c52655..0baa450 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # STEP 1: # Name the node stage "builder" -FROM node:latest AS builder +FROM node:16 AS builder # Set working directory WORKDIR /app # Copy all files from current directory to working dir in image