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 c3cd883 commit 904db5fCopy full SHA for 904db5f
1 file changed
contrib/indexer-cli/Dockerfile
@@ -1,6 +1,6 @@
1
########################################################################
2
# Build image
3
-FROM node:20.19-bookworm-slim as build
+FROM node:20.20-bookworm-slim as build
4
5
ENV NODE_ENV production
6
@@ -20,7 +20,7 @@ RUN yarn --frozen-lockfile --non-interactive --production=false
20
21
22
# Runtime image
23
-FROM node:20.19-bookworm-slim
+FROM node:20.20-bookworm-slim
24
25
26
0 commit comments