Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.indexer-agent
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.indexer-cli
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.indexer-service
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions packages/indexer-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down