mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Merge pull request #35942 from ClickHouse/snyk-fix-d2de427965e212a701b47d65ca7642bc
[Snyk] Security upgrade node from 8 to 16.14.2
This commit is contained in:
commit
1d02f9e296
@ -1,8 +1,10 @@
|
|||||||
# docker build -t clickhouse/mysql-js-client .
|
# docker build -t clickhouse/mysql-js-client .
|
||||||
# MySQL JavaScript client docker container
|
# MySQL JavaScript client docker container
|
||||||
|
|
||||||
FROM node:8
|
FROM node:16.14.2
|
||||||
|
|
||||||
|
WORKDIR /usr/app
|
||||||
|
|
||||||
RUN npm install mysql
|
RUN npm install mysql
|
||||||
|
|
||||||
COPY ./test.js test.js
|
COPY ./test.js ./test.js
|
||||||
|
Loading…
Reference in New Issue
Block a user