Skip to content

Commit

Permalink
cube: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
schneefux committed Mar 18, 2024
1 parent b3b7450 commit d0d6d69
Show file tree
Hide file tree
Showing 7 changed files with 1,644 additions and 128 deletions.
2 changes: 1 addition & 1 deletion cube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ./package.json ./yarn.lock .
RUN yarn install --frozen-lockfile
COPY . .

FROM cubejs/cube:v0.34
FROM cubejs/cube:v0.35
RUN apt-get update \
&& apt-get install -y patch \
&& rm -rf /var/lib/apt/lists/*
Expand Down
4 changes: 2 additions & 2 deletions cube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dev": "cross-env CUBEJS_DEV_MODE=true ./node_modules/.bin/cubejs-server server"
},
"devDependencies": {
"@cubejs-backend/clickhouse-driver": "^0.34.32",
"@cubejs-backend/server": "^0.34.32",
"@cubejs-backend/clickhouse-driver": "^0.35.0",
"@cubejs-backend/server": "^0.35.0",
"cross-env": "^7.0.3"
}
}
Loading

0 comments on commit d0d6d69

Please sign in to comment.