diff --git a/Dockerfile b/Dockerfile index 8ad2250..a1c9845 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ######## # BASE ######## -FROM node:16-alpine3.14 as base +FROM node:16-alpine3.15 as base WORKDIR /usr/app