mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
build(deps): bump node from 25.6.0-alpine to 25.6.1-alpine in /webapp (#9215)
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
cb186ceb91
commit
8b22235b30
@ -1,5 +1,5 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM node:25.6.0-alpine AS styleguide
|
||||
FROM node:25.6.1-alpine AS styleguide
|
||||
RUN apk --no-cache add git python3 make g++
|
||||
RUN mkdir -p /app
|
||||
WORKDIR /app
|
||||
@ -8,7 +8,7 @@ RUN --mount=type=cache,target=/yarn-cache,sharing=locked \
|
||||
yarn install --production=false --frozen-lockfile --non-interactive --cache-folder /yarn-cache
|
||||
RUN yarn run build:lib
|
||||
|
||||
FROM node:25.6.0-alpine AS ui-library
|
||||
FROM node:25.6.1-alpine AS ui-library
|
||||
RUN apk --no-cache add git python3 make g++
|
||||
RUN mkdir -p /app
|
||||
WORKDIR /app
|
||||
@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/yarn-cache,sharing=locked \
|
||||
yarn install --production=false --frozen-lockfile --non-interactive --cache-folder /yarn-cache
|
||||
RUN yarn run build
|
||||
|
||||
FROM node:25.6.0-alpine AS base
|
||||
FROM node:25.6.1-alpine AS base
|
||||
LABEL org.label-schema.name="ocelot.social:webapp"
|
||||
LABEL org.label-schema.description="Web Frontend of the Social Network Software ocelot.social"
|
||||
LABEL org.label-schema.usage="https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/README.md"
|
||||
|
||||
@ -9,7 +9,7 @@ LABEL org.label-schema.vendor="ocelot.social Community"
|
||||
LABEL org.label-schema.schema-version="1.0"
|
||||
LABEL maintainer="devops@ocelot.social"
|
||||
|
||||
FROM node:25.6.0-alpine AS styleguide
|
||||
FROM node:25.6.1-alpine AS styleguide
|
||||
RUN apk --no-cache add git python3 make g++
|
||||
RUN mkdir -p /app
|
||||
WORKDIR /app
|
||||
@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/yarn-cache,sharing=locked \
|
||||
yarn install --production=false --frozen-lockfile --non-interactive --cache-folder /yarn-cache
|
||||
RUN yarn run build:lib
|
||||
|
||||
FROM node:25.6.0-alpine AS ui-library
|
||||
FROM node:25.6.1-alpine AS ui-library
|
||||
RUN apk --no-cache add git python3 make g++
|
||||
RUN mkdir -p /app
|
||||
WORKDIR /app
|
||||
@ -27,7 +27,7 @@ RUN --mount=type=cache,target=/yarn-cache,sharing=locked \
|
||||
yarn install --production=false --frozen-lockfile --non-interactive --cache-folder /yarn-cache
|
||||
RUN yarn run build
|
||||
|
||||
FROM node:25.6.0-alpine AS build
|
||||
FROM node:25.6.1-alpine AS build
|
||||
ENV NODE_ENV="production"
|
||||
RUN apk --no-cache add git python3 make g++ bash jq
|
||||
COPY --from=styleguide ./app/ /styleguide/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user