Skip to content

Commit f206999

Browse files
svc-secopsrenovate[bot]
andauthored
chore(deps): update node.js to v20 (#466)
Co-authored-by: renovate[bot] <[email protected]>
1 parent 7b30d16 commit f206999

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/subgraphs/inventory/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine
1+
FROM node:20-alpine
22
WORKDIR /web
33
COPY *.js *.js.map *.cjs package.json inventory.graphql ./
44
EXPOSE 4003

packages/subgraphs/users/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine
1+
FROM node:20-alpine
22
WORKDIR /web
33
COPY *.js *.js.map *.cjs package.json users.graphql ./
44
EXPOSE 4002

0 commit comments

Comments
 (0)