Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
89e9a4cd
Unverified
Commit
89e9a4cd
authored
Mar 21, 2023
by
Adrian Sutton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bedrock: Update to go 1.19
parent
47d5f9bc
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
go.mod
go.mod
+1
-1
Dockerfile
op-batcher/Dockerfile
+1
-1
Dockerfile
op-chain-ops/Dockerfile
+1
-1
Dockerfile
op-exporter/Dockerfile
+1
-1
Dockerfile
op-node/Dockerfile
+1
-1
Dockerfile
op-proposer/Dockerfile
+1
-1
Dockerfile
op-wheel/Dockerfile
+1
-1
No files found.
go.mod
View file @
89e9a4cd
module github.com/ethereum-optimism/optimism
go 1.1
8
go 1.1
9
require (
github.com/btcsuite/btcd v0.23.3
...
...
op-batcher/Dockerfile
View file @
89e9a4cd
FROM
--platform=$BUILDPLATFORM golang:1.1
8
.0-alpine3.15 as builder
FROM
--platform=$BUILDPLATFORM golang:1.1
9
.0-alpine3.15 as builder
ARG
VERSION=v0.0.0
...
...
op-chain-ops/Dockerfile
View file @
89e9a4cd
FROM
golang:1.1
8
.0-alpine3.15 as builder
FROM
golang:1.1
9
.0-alpine3.15 as builder
RUN
apk add
--no-cache
make gcc musl-dev linux-headers git jq bash
...
...
op-exporter/Dockerfile
View file @
89e9a4cd
FROM
golang:1.1
8
.0-alpine3.15 as builder
FROM
golang:1.1
9
.0-alpine3.15 as builder
# build from root of repo
COPY
./op-exporter /app
...
...
op-node/Dockerfile
View file @
89e9a4cd
FROM
--platform=$BUILDPLATFORM golang:1.1
8
.0-alpine3.15 as builder
FROM
--platform=$BUILDPLATFORM golang:1.1
9
.0-alpine3.15 as builder
ARG
VERSION=v0.0.0
...
...
op-proposer/Dockerfile
View file @
89e9a4cd
FROM
--platform=$BUILDPLATFORM golang:1.1
8
.0-alpine3.15 as builder
FROM
--platform=$BUILDPLATFORM golang:1.1
9
.0-alpine3.15 as builder
ARG
VERSION=v0.0.0
...
...
op-wheel/Dockerfile
View file @
89e9a4cd
FROM
golang:1.1
8
.0-alpine3.15 as builder
FROM
golang:1.1
9
.0-alpine3.15 as builder
RUN
apk add
--no-cache
make gcc musl-dev linux-headers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment