Skip to content

Commit 2a77386

Browse files
chore(deps): update node.js to v20.19.5 (#852)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b317cd commit 2a77386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/indexer-cli/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
########################################################################
22
# Build image
3-
FROM node:20.11-bookworm-slim as build
3+
FROM node:20.19-bookworm-slim as build
44

55
ENV NODE_ENV production
66

@@ -20,7 +20,7 @@ RUN yarn --frozen-lockfile --non-interactive --production=false
2020

2121
########################################################################
2222
# Runtime image
23-
FROM node:20.11-bookworm-slim
23+
FROM node:20.19-bookworm-slim
2424

2525
ENV NODE_ENV production
2626

0 commit comments

Comments
 (0)