diff --git a/Dockerfile.indexer-agent b/Dockerfile.indexer-agent index 8e8d109a1..0c2abc849 100644 --- a/Dockerfile.indexer-agent +++ b/Dockerfile.indexer-agent @@ -1,7 +1,7 @@ ######################################################################## # Build image -FROM node:16.13.1-slim as build +FROM node:16.15-bullseye-slim as build ENV NODE_ENV production @@ -29,7 +29,7 @@ RUN yarn --frozen-lockfile --non-interactive --production=false ######################################################################## # Runtime image -FROM node:16.13.1-slim +FROM node:16.15-bullseye-slim ENV NODE_ENV production # When simulating large transactions, sometimes indexer-agent runs out of memory. diff --git a/Dockerfile.indexer-cli b/Dockerfile.indexer-cli index e8fc7e666..c24ab8cf2 100644 --- a/Dockerfile.indexer-cli +++ b/Dockerfile.indexer-cli @@ -1,7 +1,7 @@ ######################################################################## # Build image -FROM node:16.13.1-slim as build +FROM node:16.15-bullseye-slim as build ENV NODE_ENV production @@ -30,7 +30,7 @@ RUN yarn --frozen-lockfile --non-interactive --production=false ######################################################################## # Runtime image -FROM node:16.13.1-slim +FROM node:16.15-bullseye-slim ENV NODE_ENV production diff --git a/Dockerfile.indexer-service b/Dockerfile.indexer-service index 6411d9f0d..9722a5690 100644 --- a/Dockerfile.indexer-service +++ b/Dockerfile.indexer-service @@ -1,7 +1,7 @@ ######################################################################## # Build image -FROM node:16.13.1-slim as build +FROM node:16.15-bullseye-slim as build ENV NODE_ENV production @@ -30,7 +30,7 @@ RUN yarn --frozen-lockfile --non-interactive --production=false ######################################################################## # Runtime image -FROM node:16.13.1-slim +FROM node:16.15-bullseye-slim ENV NODE_ENV production diff --git a/packages/indexer-common/package.json b/packages/indexer-common/package.json index 93ed295bc..dcc758d2e 100644 --- a/packages/indexer-common/package.json +++ b/packages/indexer-common/package.json @@ -37,6 +37,7 @@ "morgan": "1.10.0", "ngeohash": "0.6.3", "p-filter": "2.1.0", + "p-reduce": "2.1.0", "p-retry": "4.6.1", "p-timeout": "4.1.0", "sequelize": "6.18.0",