We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4d531 commit 6dba60eCopy full SHA for 6dba60e
docker/Dockerfile.app
@@ -1,8 +1,8 @@
1
# Build react app
2
-FROM node:14-alpine3.13 as build
+FROM node:16-alpine3.18 as build
3
4
RUN apk add --no-cache bash
5
-RUN npm install -g npm@latest
+RUN npm install -g npm@8.19.4
6
7
RUN mkdir /home/node/csx
8
WORKDIR /home/node/csx
server/requirements.txt
@@ -8,7 +8,7 @@ thinc
9
fastapi
10
uvicorn
11
-pydantic
+pydantic==1.10.11
12
elasticsearch==7.13.4
13
elasticsearch_dsl
14
networkx
0 commit comments