diff --git a/materialious/Dockerfile b/materialious/Dockerfile index 763b4784..806ea6d9 100644 --- a/materialious/Dockerfile +++ b/materialious/Dockerfile @@ -1,4 +1,4 @@ -FROM node AS builder +FROM node:23 AS builder # Set the working directory WORKDIR /app @@ -46,4 +46,4 @@ COPY replace_env_vars.sh /replace_env_vars.sh RUN chmod +x /replace_env_vars.sh # Replace env vars & Start nginx -CMD ["/bin/sh", "-c", "/replace_env_vars.sh && nginx -g \"daemon off;\""] \ No newline at end of file +CMD ["/bin/sh", "-c", "/replace_env_vars.sh && nginx -g \"daemon off;\""]