Skip to content

Commit

Permalink
default is node 14, we have to bump to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Jul 6, 2023
1 parent 61255e1 commit 7d7e3ba
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.aa_deployer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM bobanetwork/builder AS builder
FROM node:14-alpine
FROM node:16-alpine

RUN apk add --no-cache git curl bash jq
WORKDIR /opt/optimism/
Expand Down
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.boba_deployer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM bobanetwork/builder AS builder
FROM node:14-alpine
FROM node:16-alpine

RUN apk add --no-cache git curl bash jq
WORKDIR /opt/optimism/
Expand Down
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.boba_gas-price-oracle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM bobanetwork/builder AS builder
FROM node:14-alpine
FROM node:16-alpine

RUN apk add --no-cache git curl bash jq
WORKDIR /opt/optimism/
Expand Down
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.bobalink
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bobanetwork/builder AS builder

FROM node:14-alpine
FROM node:16-alpine

RUN apk add --no-cache curl bash jq

Expand Down
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.data-transport-layer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bobanetwork/builder AS builder

FROM node:14-alpine
FROM node:16-alpine

RUN apk add --no-cache curl bash jq

Expand Down
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.deployer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bobanetwork/builder AS builder

FROM node:14-alpine
FROM node:16-alpine

RUN apk add --no-cache git curl python3 bash jq

Expand Down
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.message-relayer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bobanetwork/builder AS builder

FROM node:14-alpine
FROM node:16-alpine

RUN apk add --no-cache curl bash jq

Expand Down
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.replica-healthcheck
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bobanetwork/builder AS builder

FROM node:14-alpine
FROM node:16-alpine

WORKDIR /opt/optimism

Expand Down
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.teleportation
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bobanetwork/builder AS builder

FROM node:14-alpine
FROM node:16-alpine

RUN apk add --no-cache curl bash jq

Expand Down
2 changes: 1 addition & 1 deletion ops/docker/hardhat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:16-alpine

# bring in the config files for installing deps
COPY [ \
Expand Down

0 comments on commit 7d7e3ba

Please sign in to comment.