Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16.14.2"
node-version: "16.17.1"
- uses: actions/cache@v2
with:
path: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: "16.14.2"
node-version: "16.17.1"
- uses: pnpm/action-setup@v2.1.0
with:
version: 6.31.0
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
16.17.1
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
stages {
stage('Build') {
steps {
nvm('version': 'v16.14.2') {
nvm('version': 'v16.17.1') {
sh '''
pnpm clean
pnpm lint
Expand All @@ -37,7 +37,7 @@ pipeline {
NODE_OPTIONS = '--max_old_space_size=4096' // fixes nodejs out-of-memory errors such as "Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory"
}
steps {
nvm('version': 'v16.14.2') {
nvm('version': 'v16.17.1') {
sh '''
# Fetch develop so we can only test the diff
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-agency/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-attachment-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-audit-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-audit-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-collector-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-collector-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-compliance-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-compliance-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-config-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-config-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-geography-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-geography-author-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-geography-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-ingest-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-jurisdiction-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-jurisdiction-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-policy-author-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-policy-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-policy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-provider-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-transaction-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion container-images/mds-transaction-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15
FROM node:16.17.1-alpine

RUN apk add --no-cache tini rlwrap

Expand Down
2 changes: 1 addition & 1 deletion okteto.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mds-attachment-service
namespace: mds
image: node:16.14.2
image: node:16.17.1
command: ["bash"]
forward:
- 9229:9229
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"wtfnode": "0.9.1"
},
"engines": {
"node": "16.14.2"
"node": "16.17.1"
},
"pnpm": {
"overrides": {
Expand Down