Skip to content

Commit

Permalink
PP-3891 Upgrade node to 8.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simad committed Jun 13, 2018
1 parent 603e4d7 commit 077c13f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
8.11.1
8.11.3
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM govukpay/nodejs:8.11.1
FROM govukpay/nodejs:8.11.3

ADD package.json /tmp/package.json
ADD package-lock.json /tmp/package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion docker/build_and_test.Dockerfile
@@ -1,4 +1,4 @@
FROM govukpay/nodejs:8.11.1
FROM govukpay/nodejs:8.11.3

RUN apk update &&\
apk upgrade &&\
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "MIT",
"engines": {
"node": ">8.11.1"
"node": ">8.11.3"
},
"standard": {
"globals": [
Expand Down

0 comments on commit 077c13f

Please sign in to comment.