mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
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:
parent
4245d2cbd4
commit
e964cf0344
@ -3,7 +3,7 @@
|
|||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Stage 1: Build UI library
|
# 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++
|
RUN apk --no-cache add git python3 make g++
|
||||||
WORKDIR /packages/ui
|
WORKDIR /packages/ui
|
||||||
COPY packages/ui/ .
|
COPY packages/ui/ .
|
||||||
@ -13,7 +13,7 @@ RUN npm run build
|
|||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Stage 2: Install dependencies and copy sources
|
# 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++
|
RUN apk --no-cache add git python3 make g++
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=ui-library /packages/ui/ /packages/ui/
|
COPY --from=ui-library /packages/ui/ /packages/ui/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user