diff --git a/Dockerfile b/Dockerfile index 4cb8ee0..45bb8d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # PaStash Docker Example -FROM node:14-slim +FROM node:20-slim RUN mkdir -p /usr/src/app WORKDIR /usr/src/app