build(deps): bump node from 25.8.2-alpine to 25.9.0-alpine in /maintenance (#9512)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-04-05 01:12:01 +00:00 committed by GitHub
parent 4245d2cbd4
commit e964cf0344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
# ==============================================================================
# Stage 1: Build UI library
# ==============================================================================
FROM node:25.8.2-alpine AS ui-library
FROM node:25.9.0-alpine AS ui-library
RUN apk --no-cache add git python3 make g++
WORKDIR /packages/ui
COPY packages/ui/ .
@ -13,7 +13,7 @@ RUN npm run build
# ==============================================================================
# Stage 2: Install dependencies and copy sources
# ==============================================================================
FROM node:25.8.2-alpine AS base
FROM node:25.9.0-alpine AS base
RUN apk --no-cache add git python3 make g++
WORKDIR /app
COPY --from=ui-library /packages/ui/ /packages/ui/