Skip to content

Commit 755e601

Browse files
committed
chore: use explicit postgraphile version
1 parent c1d417d commit 755e601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:22-alpine
22

33
WORKDIR /app
44

5-
RUN npm install -g postgraphile@beta \
5+
RUN npm install -g postgraphile@5.0.0-beta.38 \
66
@graphile-contrib/pg-simplify-inflector@6.1.0 \
77
postgraphile-plugin-connection-filter-relations@3.0.0-beta.7
88

0 commit comments

Comments
 (0)