Skip to content

Commit 7b6a0f1

Browse files
committed
Update Dockerfile Node version from 14 to 16
1 parent 5c9b785 commit 7b6a0f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# the Business Source License, use of this software will be governed
88
# by the Apache License, Version 2.0
99

10-
FROM node:14-alpine
10+
FROM node:16-alpine
1111

1212
ARG LOCAL_USER_ID
1313
ARG LOCAL_GROUP_ID

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"update:deps": "npm-check -u",
1313
"test": "nyc --reporter=lcov --reporter=text-summary ava",
1414
"test:nolint": "nyc --reporter=lcov --reporter=text-summary ava",
15-
"test:debug": "ava debug --break ./test/api/app/models/app.js",
15+
"test:debug": "ava debug --break ./test/api/tls/models/app.js",
1616
"pretest": "npm run lint",
1717
"debug": "node --inspect-brk ./index.js",
1818
"start": "node ./index.js",

0 commit comments

Comments
 (0)