@@ -1,4 +1,4 @@
-FROM node:16.9.1-slim
+FROM node:16.13.0-slim
COPY ./ ./
RUN apt-get update
RUN apt-get install nginx -y