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 2b317cd commit 2a77386Copy full SHA for 2a77386
contrib/indexer-cli/Dockerfile
@@ -1,6 +1,6 @@
1
########################################################################
2
# Build image
3
-FROM node:20.11-bookworm-slim as build
+FROM node:20.19-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.11-bookworm-slim
+FROM node:20.19-bookworm-slim
24
25
26
0 commit comments