Skip to content

Commit 4e15bd3

Browse files
use nodejs 16 (#421)
* use nodejs 12 * fix docker image * Bump version up to 1.0.21 * use nodejs 14 * use nodejs 16 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c29d994 commit 4e15bd3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16.16.0

docker/Dockerfile.prod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM node:10-alpine as builder
1+
FROM node:16-alpine as builder
22

33
WORKDIR /usr/src/app
4-
RUN apk add --no-cache git gcc g++ python make musl-dev
4+
RUN apk add --no-cache git gcc g++ python3 make musl-dev
55

66
COPY package.json yarn.lock ./
77

@@ -11,7 +11,7 @@ COPY . .
1111

1212
RUN yarn build
1313

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

1616
WORKDIR /usr/src/app
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"main": "index.ts",
55
"license": "UNLICENSED",
66
"scripts": {

0 commit comments

Comments
 (0)