Skip to content

Commit c1d417d

Browse files
committed
chore: use explicit versions
1 parent 6afa16c commit c1d417d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM node:22-alpine
33
WORKDIR /app
44

55
RUN npm install -g postgraphile@beta \
6-
@graphile-contrib/pg-simplify-inflector \
7-
postgraphile-plugin-connection-filter-relations@beta
6+
@graphile-contrib/pg-simplify-inflector@6.1.0 \
7+
postgraphile-plugin-connection-filter-relations@3.0.0-beta.7
88

99
EXPOSE 5000
1010

0 commit comments

Comments
 (0)