diff --git a/services/org-footprint/Dockerfile b/services/org-footprint/Dockerfile index 8e827e336..190ee4fcc 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.2.0-alpine AS production ENV NODE_ENV production