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

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-03-29 13:28:00 +00:00 committed by GitHub
parent 01a951e77b
commit bbff1b81a2
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.1-alpine AS ui-library
FROM node:25.8.2-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.1-alpine AS base
FROM node:25.8.2-alpine AS base
RUN apk --no-cache add git python3 make g++
WORKDIR /app
COPY --from=ui-library /packages/ui/ /packages/ui/