Commit 5cac9919 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1861 from ethereum-optimism/develop

Develop -> Master PR
parents 6aeb10d4 6d74ca48
---
'@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 # bring in the config files for installing deps
COPY [ \ COPY [ \
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
"go/batch-submitter", "go/batch-submitter",
"go/proxyd", "go/proxyd",
"ops/docker/rpc-proxy", "ops/docker/rpc-proxy",
"ops/docker/builder",
"ops/docker/hardhat" "ops/docker/hardhat"
], ],
"nohoist": [ "nohoist": [
......
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