Skip to content

Commit

Permalink
chore(deps): update node.js to v20 (#466)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <[email protected]>
  • Loading branch information
svc-secops and renovate[bot] authored Aug 12, 2024
1 parent 7b30d16 commit f206999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/subgraphs/inventory/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine
WORKDIR /web
COPY *.js *.js.map *.cjs package.json inventory.graphql ./
EXPOSE 4003
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraphs/users/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine
WORKDIR /web
COPY *.js *.js.map *.cjs package.json users.graphql ./
EXPOSE 4002
Expand Down

0 comments on commit f206999

Please sign in to comment.