Skip to content

Commit 580492c

Browse files
build(deps): update node.js to v24.14.0 (#553)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8263364 commit 580492c

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
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

55
# Build/install JS dependencies
6-
FROM node:24.13.1-alpine3.23 AS js-dependencies
6+
FROM node:24.14.0-alpine3.23 AS js-dependencies
77

88
WORKDIR /app
99

0 commit comments

Comments
 (0)