Skip to content

Commit

Permalink
Merge pull request alephdata#1800 from alephdata/rosencrantz/alephdat…
Browse files Browse the repository at this point in the history
…a#1796-apple-silicon

alephdata#1796 Upgrade to Apple Silicon compatible node.js and bump node-sass too
  • Loading branch information
pudo authored May 18, 2021
2 parents 96d9718 + 26dfe52 commit 478900e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
elasticsearch:
image: ghcr.io/alephdata/aleph-elasticsearch:163f452dbe790a1702967d6991460ec4d7db5e60
hostname: elasticsearch
restart: on-failure
environment:
- discovery.type=single-node
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
Expand Down
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-slim
FROM node:16-slim

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"js-file-download": "^0.4.9",
"jwt-decode": "^3.0.0",
"lodash": "^4.17.11",
"node-sass": "^4.13.1",
"node-sass": "^6.0.0",
"numeral": "^2.0.6",
"papaparse": "^5.1.0",
"query-string": "^7.0.0",
Expand Down

0 comments on commit 478900e

Please sign in to comment.