We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d417d commit 755e601Copy full SHA for 755e601
Dockerfile
@@ -2,7 +2,7 @@ FROM node:22-alpine
2
3
WORKDIR /app
4
5
-RUN npm install -g postgraphile@beta \
+RUN npm install -g postgraphile@5.0.0-beta.38 \
6
@graphile-contrib/pg-simplify-inflector@6.1.0 \
7
postgraphile-plugin-connection-filter-relations@3.0.0-beta.7
8
0 commit comments