Skip to content

Commit 417543e

Browse files
author
Emmanuel Zamora
committed
update evaluator version and alpine to 18.18.2
1 parent 33260cc commit 417543e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
2.3.3 (Oct XX, 2023)
2-
- Updated base image to node:18.18.0-alpine3.18
1+
2.4.0 (Oct XX, 2023)
2+
- Updated base image to node:18.18.2-alpine3.18
33

44
2.3.2 (May 16, 2023)
55
- Updated @splitsoftware/splitio package to version 10.22.5 that includes:

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:18.18.0-alpine3.18 AS builder
2+
FROM node:18.18.2-alpine3.18 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:18.18.0-alpine3.18 AS runner
11+
FROM node:18.18.2-alpine3.18 AS runner
1212

1313
WORKDIR /usr/src/split-evaluator
1414

0 commit comments

Comments
 (0)