Skip to content

Commit

Permalink
update libsql client
Browse files Browse the repository at this point in the history
fix hanging querings
needed to switch image base because of
tursodatabase/libsql-client-ts#180
  • Loading branch information
nichtsam committed Jul 1, 2024
1 parent f13a660 commit efc8bd2
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 79 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-alpine as base
FROM node:20-slim as base

# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
RUN apt-get update
RUN apt-get -y install ca-certificates
RUN corepack use pnpm@9
RUN corepack enable pnpm

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@conform-to/react": "1.1.3",
"@conform-to/zod": "1.1.3",
"@libsql/client": "0.4.3",
"@libsql/client": "0.7.0",
"@nasa-gcn/remix-seo": "2.0.0",
"@radix-ui/react-aspect-ratio": "1.0.3",
"@radix-ui/react-avatar": "1.0.4",
Expand Down
138 changes: 63 additions & 75 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efc8bd2

Please sign in to comment.