diff --git a/Dockerfile b/Dockerfile index 89984b5..9c93f16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # For ubuntu vs linux systems, but first build app, npm run build -FROM node:18.18.2-slim +FROM node:18.20.3-slim RUN apt update && apt install libssl-dev dumb-init -y --no-install-recommends WORKDIR /app COPY --chown=node:node node_modules ./node_modules