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