Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix: fix dockerfile and update node version (#71)
Browse files Browse the repository at this point in the history
* fix: update dockerfile node version

* fix: ng-apexcharts dependencies
  • Loading branch information
alarv authored Apr 18, 2024
1 parent c2312b3 commit 0b1404c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine AS builder
FROM node:16-alpine AS builder
ARG CONFIGURATION='production'

# Make /app as working directory
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"apexcharts": "^3.48.0",
"core-js": "^2.5.7",
"d3": "^5.9.2",
"ng-apexcharts": "^1.7.7",
"ng-apexcharts": "1.7.1",
"ngx-markdown": "^13.1.0",
"rxjs": "^6.5.5",
"rxjs-compat": "^6.2.1",
Expand All @@ -59,7 +59,7 @@
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"eslint": "^8.17.0",
"jasmine-core": "~3.6.0",
"jasmine-core": "^3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
Expand Down

0 comments on commit 0b1404c

Please sign in to comment.