Skip to content

Commit f96a54a

Browse files
authored
upgrade node to lts, and upgrade dependencies (#4977)
remove unused dependencies
1 parent 80a0488 commit f96a54a

9 files changed

Lines changed: 20174 additions & 15214 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ celerybeat.pid
5959
*.zip
6060
dist/
6161
.mysql_history
62+
.local

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN pip install --upgrade "pip==21.3.1"
1717
RUN useradd -d /app -M --uid 1000 --shell /usr/sbin/nologin kitsune
1818

1919
RUN apt-get update && apt-get install apt-transport-https && \
20-
curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
20+
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
2121
apt-get update && \
2222
apt-get install -y --no-install-recommends \
2323
gettext build-essential \

babel.config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)