Skip to content

Commit

Permalink
use official node alpine image and update from node 8 to node 12.18.0…
Browse files Browse the repository at this point in the history
… LTS (#299)

* use official node alpine image and update from node 8 to node 12.18.0 (lts)
* bump package versions from 4.0.0 to 4.0.1
  • Loading branch information
ahmetoz authored Jun 3, 2020
1 parent 93e26fc commit 633c863
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extension/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node:8
FROM node:12.18.0-alpine
MAINTAINER Professional Services <ps-dev@commercetools.de>

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "4.0.0",
"version": "4.0.1",
"description": "Integration between Commercetools and Adyen payment service provider",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion notification/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node:8
FROM node:12.18.0-alpine
MAINTAINER Professional Services <ps-dev@commercetools.de>

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "4.0.0",
"version": "4.0.1",
"description": "Part of the integration of Adyen with commercetools responsible to receive and process notifications from Adyen",
"scripts": {
"test": "npm run unit && npm run integration",
Expand Down

0 comments on commit 633c863

Please sign in to comment.