Skip to content

Commit 950e996

Browse files
build(deps): bump node from 25.5.0-bookworm to 25.7.0-bookworm (#1082)
Bumps node from 25.5.0-bookworm to 25.7.0-bookworm. --- updated-dependencies: - dependency-name: node dependency-version: 25.7.0-bookworm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86a1bf3 commit 950e996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Build stage for the website frontend
2-
FROM --platform=$BUILDPLATFORM node:25.5.0-bookworm AS website
2+
FROM --platform=$BUILDPLATFORM node:25.7.0-bookworm AS website
33
WORKDIR /code
44
COPY ./website/package.json ./
55
COPY ./website/package-lock.json ./

0 commit comments

Comments
 (0)