Skip to content

Commit

Permalink
Fix docker image for nodejs 16 (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
lojzatran authored Jan 3, 2022
1 parent e482614 commit 1e17300
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
4 changes: 0 additions & 4 deletions extension/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ MAINTAINER Professional Services <[email protected]>

WORKDIR /app

RUN apk --update add make python

RUN apk --update add git

COPY . /app

RUN npm ci --only=prod
Expand Down
4 changes: 2 additions & 2 deletions extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commercetools-adyen-integration-extension",
"version": "9.5.0",
"version": "9.5.1",
"description": "Integration between commercetools and Adyen payment service provider",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 0 additions & 4 deletions notification/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ MAINTAINER Professional Services <[email protected]>

WORKDIR /app

RUN apk --update add make python

RUN apk --update add git

COPY . /app

RUN npm ci --only=prod
Expand Down
4 changes: 2 additions & 2 deletions notification/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commercetools-adyen-integration-notification",
"version": "9.5.0",
"version": "9.5.1",
"description": "Part of the integration of Adyen with commercetools responsible to receive and process notifications from Adyen",
"scripts": {
"check-coverage": "nyc check-coverage --lines 83",
Expand Down

0 comments on commit 1e17300

Please sign in to comment.