Skip to content

Commit 904db5f

Browse files
chore(deps): update node.js to v20.20.2 (#996)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3cd883 commit 904db5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.19-bookworm-slim as build
3+
FROM node:20.20-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.19-bookworm-slim
23+
FROM node:20.20-bookworm-slim
2424

2525
ENV NODE_ENV production
2626

0 commit comments

Comments
 (0)