Skip to content

Commit 921e993

Browse files
authored
Merge pull request #154 from splitio/development
Development
2 parents 2a76bfb + 8f3c963 commit 921e993

5 files changed

Lines changed: 973 additions & 768 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @splitio/sdk

.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)