diff --git a/Dockerfile b/Dockerfile index 0c39fecb4..3246e317a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base Node image -FROM node:22-bookworm-slim AS base +FROM node:20-bookworm-slim AS base # Set for base and all layer that inherit from it ENV PORT="8080"