Merge pull request #35942 from ClickHouse/snyk-fix-d2de427965e212a701b47d65ca7642bc

[Snyk] Security upgrade node from 8 to 16.14.2
This commit is contained in:
Alexey Milovidov 2022-04-05 19:21:43 +03:00 committed by GitHub
commit 1d02f9e296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,10 @@
# docker build -t clickhouse/mysql-js-client .
# MySQL JavaScript client docker container
FROM node:8
FROM node:16.14.2
WORKDIR /usr/app
RUN npm install mysql
COPY ./test.js test.js
COPY ./test.js ./test.js