diff --git a/Dockerfile b/Dockerfile index 8c26300a..0c909239 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-slim as build +FROM node:23-slim as build WORKDIR /home/node/ COPY . . RUN npm pkg delete scripts.prepare @@ -9,7 +9,7 @@ RUN apt install -y python3 libcurl4-openssl-dev libssl-dev build-essential RUN npm ci RUN npm run build -FROM node:20-slim +FROM node:23-slim LABEL org.opencontainers.image.source=https://github.com/LEDBrain/Community-Service LABEL org.opencontainers.image.licenses=MIT