Skip to content

Commit d4da3cf

Browse files
Bump node from 22 to 25
Bumps node from 22 to 25. --- updated-dependencies: - dependency-name: node dependency-version: '25' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5db1d3d commit d4da3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 1. set up the build environment and build the expath-package
44
# 2. run the eXist-db
55
#########################
6-
FROM node:22 AS builder
6+
FROM node:25 AS builder
77

88
ENV ODDAPI_BUILD_HOME="/opt/oddapi-build"
99

0 commit comments

Comments
 (0)