Skip to content

Commit 03d787c

Browse files
fix vulnerabilities
1 parent feb419c commit 03d787c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2.x.x (coming soon)
22
- Fixed OpenAPI spec fot /manager/splits
3+
- Updated base image to node:24.2.0-alpine3.22
4+
- Updated @splitsoftware/splitio package to version 11.4.1 that includes:
35

46
2.7.0 (Dec 20, 2024)
57
- Added support to arm64 images.

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:20.13.1-alpine3.20 AS builder
2+
FROM node:24.2.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:20.13.1-alpine3.20 AS runner
11+
FROM node:24.2.0-alpine3.22 AS runner
1212

1313
WORKDIR /usr/src/split-evaluator
1414

0 commit comments

Comments
 (0)