Skip to content

Commit 8f3c963

Browse files
authored
Merge pull request #153 from splitio/release_v2.3.3
Release v2.4.0
2 parents c7fedb3 + 46975a2 commit 8f3c963

4 files changed

Lines changed: 972 additions & 768 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 18.15.0
18+
node-version: 18.16.0
1919

2020
- run: npm ci
2121
- run: npm run lint

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

1313
WORKDIR /usr/src/split-evaluator
1414

0 commit comments

Comments
 (0)