diff --git a/Dockerfile b/Dockerfile index ccb12f6f..7a3a88ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Using Alpine to keep the images smaller # Change to using the official NodeJS Alpine container -FROM node:alpine +FROM node:16-alpine # Pushing all files into image WORKDIR /app