Fix builds of frontend_tests & tooling_tests (#3803)
This commit is contained in:
parent
d9e9720f88
commit
cf24e2eb6d
@ -7,10 +7,10 @@ RUN apt-get update && \
|
||||
ca-certificates gnupg && \
|
||||
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | \
|
||||
gpg --dearmor -o /etc/apt/nodesource-keyring.gpg && \
|
||||
echo "deb [signed-by=/etc/apt/nodesource-keyring.gpg] https://deb.nodesource.com/node_16.x nodistro main" \
|
||||
echo "deb [signed-by=/etc/apt/nodesource-keyring.gpg] https://deb.nodesource.com/node_20.x nodistro main" \
|
||||
> /etc/apt/sources.list.d/nodesource.list && \
|
||||
apt-get update && \
|
||||
apt-get install nodejs && \
|
||||
apt-get -y install nodejs && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM public.ecr.aws/docker/library/node:16.20.2
|
||||
FROM public.ecr.aws/docker/library/node:20.9.0
|
||||
|
||||
CMD ["bash"]
|
||||
|
14709
frontend/package-lock.json
generated
14709
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
||||
"html-react-parser": "^1.4.14",
|
||||
"lunr": "^2.3.9",
|
||||
"node-html-parser": "^5.4.2",
|
||||
"nodegit": "^0.27.0",
|
||||
"nodegit": "^0.28.0-alpha.24",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-highlight": "^0.14.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user