fix(dashboards): upgrade Dockerfiles from node:20 to node:22-alpine

This commit is contained in:
saravanakumardb1 2026-03-24 10:05:11 -07:00
parent 25a1bd5187
commit eac1ba3faf
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
RUN pnpm -r --filter @bytelyst/admin-web... build
RUN pnpm --filter @bytelyst/admin-web deploy --legacy --ignore-scripts /app/deploy
FROM node:20-alpine
FROM node:22-alpine
WORKDIR /app
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1

View File

@ -1,4 +1,4 @@
FROM node:20-alpine AS builder
FROM node:22-alpine AS builder
WORKDIR /app
ENV HTTP_PROXY=http://cso.proxy.att.com:8080/
@ -25,7 +25,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
RUN pnpm -r --filter @bytelyst/tracker-web... build
RUN pnpm --filter @bytelyst/tracker-web deploy --legacy --ignore-scripts /app/deploy
FROM node:20-alpine
FROM node:22-alpine
WORKDIR /app
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1