We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b30d16 commit f206999Copy full SHA for f206999
packages/subgraphs/inventory/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18-alpine
+FROM node:20-alpine
2
WORKDIR /web
3
COPY *.js *.js.map *.cjs package.json inventory.graphql ./
4
EXPOSE 4003
packages/subgraphs/users/Dockerfile
COPY *.js *.js.map *.cjs package.json users.graphql ./
EXPOSE 4002
0 commit comments