Commit 6d74ca48 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1860 from ethereum-optimism/fix/trigger-node-16-releases

fix: trigger node 16 releases
parents 1637cba0 57d5b8f9
---
'@eth-optimism/hardhat-node': patch
'@eth-optimism/batch-submitter': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/message-relayer': patch
---
Build docker images with node.js version 16
FROM node:14-alpine
FROM node:16-alpine
# bring in the config files for installing deps
COPY [ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment