Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
updated to varkes 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Nov 11, 2020
1 parent 27f01bb commit f00bb6f
Show file tree
Hide file tree
Showing 9 changed files with 3,078 additions and 4,471 deletions.
6 changes: 3 additions & 3 deletions c4c-mock/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:11-alpine as builder
FROM node:14-alpine as builder

WORKDIR /src
COPY . .
Expand All @@ -7,9 +7,9 @@ RUN npm install
RUN npm test
RUN npm prune --production

FROM node:11-alpine
FROM node:14-alpine
RUN apk --no-cache upgrade

ENV NODE_ENV=production
WORKDIR /app
COPY . .
COPY --from=builder /src/node_modules node_modules
Expand Down
2,463 changes: 991 additions & 1,472 deletions c4c-mock/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions c4c-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"test": "mocha"
},
"dependencies": {
"@varkes/configuration": "0.11.1",
"@varkes/api-server": "0.11.1",
"@varkes/cockpit": "0.11.1",
"@varkes/odata-mock": "0.11.1",
"@varkes/configuration": "0.11.2",
"@varkes/api-server": "0.11.2",
"@varkes/cockpit": "0.11.2",
"@varkes/odata-mock": "0.11.2",
"express": "^4.17.1"
},
"devDependencies": {
"mocha": "^8.1.3",
"supertest": "^5.0.0"
"mocha": "^8.2.1",
"supertest": "^6.0.1"
},
"private": true,
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions commerce-mock/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:11-alpine as builder
FROM node:14-alpine as builder

WORKDIR /src
COPY . .
Expand All @@ -7,9 +7,9 @@ RUN npm install
RUN npm test
RUN npm prune --production

FROM node:11-alpine
FROM node:14-alpine
RUN apk --no-cache upgrade

ENV NODE_ENV=production
WORKDIR /app
COPY . .
COPY --from=builder /src/node_modules node_modules
Expand Down
2,567 changes: 1,068 additions & 1,499 deletions commerce-mock/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions commerce-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"start": "node . 10000"
},
"dependencies": {
"@varkes/configuration": "0.11.1",
"@varkes/api-server": "0.11.1",
"@varkes/cockpit": "0.11.1",
"@varkes/openapi-mock": "0.11.1",
"@varkes/odata-mock": "0.11.1",
"@varkes/configuration": "0.11.2",
"@varkes/api-server": "0.11.2",
"@varkes/cockpit": "0.11.2",
"@varkes/openapi-mock": "0.11.2",
"@varkes/odata-mock": "0.11.2",
"express": "^4.17.1"
},
"devDependencies": {
"mocha": "^8.1.3",
"supertest": "^5.0.0"
"mocha": "^8.2.1",
"supertest": "^6.0.1"
},
"private": true,
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions marketing-mock/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:11-alpine as builder
FROM node:14-alpine as builder

WORKDIR /src
COPY . .
Expand All @@ -7,9 +7,9 @@ RUN npm install
RUN npm test
RUN npm prune --production

FROM node:11-alpine
FROM node:14-alpine
RUN apk --no-cache upgrade

ENV NODE_ENV=production
WORKDIR /app
COPY . .
COPY --from=builder /src/node_modules node_modules
Expand Down
Loading

0 comments on commit f00bb6f

Please sign in to comment.