diff --git a/Dockerfile b/Dockerfile index 3f9abcb..1fc69f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16-alpine +FROM node:20.11-alpine # install packages RUN apk update && apk upgrade && \