mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-03 08:05:37 +00:00
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:
parent
01a951e77b
commit
bbff1b81a2
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user