near / near-explorer

NEAR blockchain explorer
https://explorer.near.org/
Apache License 2.0
85 stars 53 forks source link

Chore: base docker version upgrade #1183

Closed luixo closed 1 year ago

luixo commented 1 year ago

Current docker image has node version that doesn't support Array.at method which may fail on some transactions on /beta/transaction/[hash] page.

❯ docker run mhart/alpine-node:16 node -v
v16.4.2
❯ docker run node:16-alpine node -v
v16.19.1
github-actions[bot] commented 1 year ago

Bundle size diff

Type Old size New size Diff
Client 2.96 MB 2.96 MB 0 B (0.00%)
Server 607.99 KB 607.99 KB 0 B (0.00%)