Skip to content

Commit 6dba60e

Browse files
author
aleksbobic
committed
Critical fix
1 parent 0b4d531 commit 6dba60e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile.app

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Build react app
2-
FROM node:14-alpine3.13 as build
2+
FROM node:16-alpine3.18 as build
33

44
RUN apk add --no-cache bash
5-
RUN npm install -g npm@latest
5+
RUN npm install -g npm@8.19.4
66

77
RUN mkdir /home/node/csx
88
WORKDIR /home/node/csx

server/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ thinc
88

99
fastapi
1010
uvicorn
11-
pydantic
11+
pydantic==1.10.11
1212
elasticsearch==7.13.4
1313
elasticsearch_dsl
1414
networkx

0 commit comments

Comments
 (0)