2 Commits

Author SHA1 Message Date
469836b969 1.0.11 2022-06-16 16:53:12 +02:00
1eb8c28525 fix(core): update 2022-06-16 16:53:11 +02:00
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,7 @@
FROM yandex/clickhouse-server
RUN apt-get update && apt-get upgrade \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | -E bash - \
&& apt-get install nodejs
RUN apt-get update \
&& apt-get install curl -y \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get update \
&& apt-get install -y nodejs
RUN node -v && npm -v

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "ht-docker-clickhouse",
"version": "1.0.10",
"version": "1.0.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ht-docker-clickhouse",
"version": "1.0.10",
"version": "1.0.11",
"license": "MIT"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "ht-docker-clickhouse",
"private": true,
"version": "1.0.10",
"version": "1.0.11",
"description": "chrome for docker",
"main": "index.js",
"scripts": {