Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump node in /client (#180)

Bumps node from 24.14.0-bullseye-slim to 24.14.1-bullseye-slim.

---
updated-dependencies:
- dependency-name: node
dependency-version: 24.14.1-bullseye-slim
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
b0089672 3bc2c9b7

+1 -1
+1 -1
client/Dockerfile
··· 1 - FROM node:24.14.0-bullseye-slim AS client_base 1 + FROM node:24.14.1-bullseye-slim AS client_base 2 2 WORKDIR /app 3 3 4 4 # ARG is used to get the release id into the ENV from the command line, and then