diff --git a/self-hosting/Dockerfile-selfhosted b/self-hosting/Dockerfile-selfhosted index 6d61e0f85..11ab98e45 100644 --- a/self-hosting/Dockerfile-selfhosted +++ b/self-hosting/Dockerfile-selfhosted @@ -1,4 +1,4 @@ -FROM node:20-slim AS builder +FROM node:26-slim AS builder WORKDIR /app @@ -23,7 +23,7 @@ RUN pnpm run build ## build everything in the first stage and then ## leverage .dockerignore and 2nd stage to remove files ## from the built image that we don't want included -FROM node:20-slim +FROM node:26-slim WORKDIR /app