diff --git a/Dockerfile b/Dockerfile index 602a577..0a9c727 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM node:16.15.1-alpine +FROM node:16.10.0-alpine WORKDIR /app COPY ./ ./ RUN npm install