Skip to content

Commit 1d3a052

Browse files
build(deps): bump node from 23.7.0-bookworm to 23.9.0-bookworm (#829)
Bumps node from 23.7.0-bookworm to 23.9.0-bookworm. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f063a94 commit 1d3a052

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:23.7.0-bookworm AS website
2+
FROM --platform=$BUILDPLATFORM node:23.9.0-bookworm AS website
33
WORKDIR /code
44
COPY ./website/package.json ./
55
COPY ./website/package-lock.json ./

0 commit comments

Comments
 (0)