diff --git a/services/org-footprint/Dockerfile b/services/org-footprint/Dockerfile index 8e827e3368..6b5e49b13a 100644 --- a/services/org-footprint/Dockerfile +++ b/services/org-footprint/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM node:25.5.0-alpine AS production +FROM node:26.5.0-alpine AS production ENV NODE_ENV production