Skip to content

Commit

Permalink
fix: update node version to support @typescript-eslint/eslint-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Oct 28, 2021
1 parent bbfe6d3 commit e9820d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.15.5
14.17.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####################################
# Base image
####################################
FROM node:14.15.5-alpine AS base
FROM node:14.17.0-alpine AS base

# Set github token
ARG GITHUB_PACKAGES_TOKEN
Expand Down Expand Up @@ -50,7 +50,7 @@ RUN npm run build
####################################
# Production image
####################################
FROM node:14.15.5-alpine AS production
FROM node:14.17.0-alpine AS production
ENV NODE_ENV=production
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "14.15.5",
"node": "14.17.0",
"npm": "^6.14"
},
"scripts": {
Expand Down

0 comments on commit e9820d7

Please sign in to comment.