Skip to content

Commit 9910639

Browse files
Update node version
1 parent 33e2733 commit 9910639

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.13.1
1+
v24.12

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
2.10.0 (Dec 16, 2025)
2+
- Updated base image to node:24.12.0-alpine3.22
23
- Updated @splitsoftware/splitio library, using @splitsoftware/splitio-commons:2.10.0 instead that includes
34
- Added property `impressionsDisabled` in getTreatment(s) `evaluationOptions` parameter, to disable impressions per evaluations.
45

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder stage
2-
FROM node:24.10.0-alpine3.22 AS builder
2+
FROM node:24.12.0-alpine3.22 AS builder
33

44
WORKDIR /usr/src/split-evaluator
55

@@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
88
RUN npm install --only=production
99

1010
# Runner stage
11-
FROM node:24.10.0-alpine3.22 AS runner
11+
FROM node:24.12.0-alpine3.22 AS runner
1212

1313
WORKDIR /usr/src/split-evaluator
1414

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)