We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33260cc commit 417543eCopy full SHA for 417543e
2 files changed
CHANGES.txt
@@ -1,5 +1,5 @@
1
-2.3.3 (Oct XX, 2023)
2
- - Updated base image to node:18.18.0-alpine3.18
+2.4.0 (Oct XX, 2023)
+ - Updated base image to node:18.18.2-alpine3.18
3
4
2.3.2 (May 16, 2023)
5
- Updated @splitsoftware/splitio package to version 10.22.5 that includes:
Dockerfile
# Builder stage
-FROM node:18.18.0-alpine3.18 AS builder
+FROM node:18.18.2-alpine3.18 AS builder
WORKDIR /usr/src/split-evaluator
@@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
8
RUN npm install --only=production
9
10
# Runner stage
11
-FROM node:18.18.0-alpine3.18 AS runner
+FROM node:18.18.2-alpine3.18 AS runner
12
13
14
0 commit comments