Skip to content

Commit 578089c

Browse files
Update alpine 3.22
1 parent 566d193 commit 578089c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules.
55
- Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs.
66
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on `SplitView` type objects. Read more in our docs.
7+
- Updated base image to node:24.3.0-alpine3.22
78

89

910
2.7.2 (Jul 4, 2025)

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.3.0-alpine3.21 AS builder
2+
FROM node:24.3.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.3.0-alpine3.21 AS runner
11+
FROM node:24.3.0-alpine3.22 AS runner
1212

1313
WORKDIR /usr/src/split-evaluator
1414

0 commit comments

Comments
 (0)