diff --git a/Dockerfile b/Dockerfile index be5dd45..affb616 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base image -FROM node:14.16.0-alpine3.13 +FROM node:18-alpine # Set working directory WORKDIR /app