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
1d51a593
Commit
1d51a593
authored
Sep 21, 2023
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deps: golang 1.21
Updates the go version used to 1.21
parent
6b935f0a
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
Dockerfile
endpoint-monitor/Dockerfile
+1
-1
go.mod
go.mod
+1
-1
Dockerfile
indexer/Dockerfile
+1
-1
Dockerfile
op-batcher/Dockerfile
+1
-1
Dockerfile
op-challenger/Dockerfile
+1
-1
Dockerfile
op-heartbeat/Dockerfile
+1
-1
Dockerfile
op-node/Dockerfile
+1
-1
Dockerfile
op-program/Dockerfile
+1
-1
Dockerfile
op-proposer/Dockerfile
+1
-1
Dockerfile
op-ufm/Dockerfile
+1
-1
Dockerfile
op-wheel/Dockerfile
+1
-1
No files found.
endpoint-monitor/Dockerfile
View file @
1d51a593
FROM
golang:1.2
0.7
-alpine3.18 as builder
FROM
golang:1.2
1.1
-alpine3.18 as builder
RUN
apk
--no-cache
add make jq bash git alpine-sdk
RUN
apk
--no-cache
add make jq bash git alpine-sdk
...
...
go.mod
View file @
1d51a593
module github.com/ethereum-optimism/optimism
module github.com/ethereum-optimism/optimism
go 1.2
0
go 1.2
1
require (
require (
github.com/BurntSushi/toml v1.3.2
github.com/BurntSushi/toml v1.3.2
...
...
indexer/Dockerfile
View file @
1d51a593
FROM
--platform=$BUILDPLATFORM golang:1.2
0.7
-alpine3.18 as builder
FROM
--platform=$BUILDPLATFORM golang:1.2
1.1
-alpine3.18 as builder
RUN
apk add
--no-cache
make gcc musl-dev linux-headers git jq bash
RUN
apk add
--no-cache
make gcc musl-dev linux-headers git jq bash
...
...
op-batcher/Dockerfile
View file @
1d51a593
FROM
--platform=$BUILDPLATFORM golang:1.2
0.7
-alpine3.18 as builder
FROM
--platform=$BUILDPLATFORM golang:1.2
1.1
-alpine3.18 as builder
ARG
VERSION=v0.0.0
ARG
VERSION=v0.0.0
...
...
op-challenger/Dockerfile
View file @
1d51a593
FROM
--platform=$BUILDPLATFORM golang:1.2
0.7
-alpine3.18 as builder
FROM
--platform=$BUILDPLATFORM golang:1.2
1.1
-alpine3.18 as builder
ARG
VERSION=v0.0.0
ARG
VERSION=v0.0.0
...
...
op-heartbeat/Dockerfile
View file @
1d51a593
FROM
golang:1.2
0.7
-alpine3.18 as builder
FROM
golang:1.2
1.1
-alpine3.18 as builder
RUN
apk add
--no-cache
make gcc musl-dev linux-headers git jq bash
RUN
apk add
--no-cache
make gcc musl-dev linux-headers git jq bash
...
...
op-node/Dockerfile
View file @
1d51a593
FROM
--platform=$BUILDPLATFORM golang:1.2
0.7
-alpine3.18 as builder
FROM
--platform=$BUILDPLATFORM golang:1.2
1.1
-alpine3.18 as builder
ARG
VERSION=v0.0.0
ARG
VERSION=v0.0.0
...
...
op-program/Dockerfile
View file @
1d51a593
FROM
--platform=$BUILDPLATFORM golang:1.2
0.7
-alpine3.18 as builder
FROM
--platform=$BUILDPLATFORM golang:1.2
1.1
-alpine3.18 as builder
ARG
VERSION=v0.0.0
ARG
VERSION=v0.0.0
...
...
op-proposer/Dockerfile
View file @
1d51a593
FROM
--platform=$BUILDPLATFORM golang:1.2
0.7
-alpine3.18 as builder
FROM
--platform=$BUILDPLATFORM golang:1.2
1.1
-alpine3.18 as builder
ARG
VERSION=v0.0.0
ARG
VERSION=v0.0.0
...
...
op-ufm/Dockerfile
View file @
1d51a593
FROM
golang:1.2
0.4
-alpine3.18 as builder
FROM
golang:1.2
1.1
-alpine3.18 as builder
ARG
GITCOMMIT=docker
ARG
GITCOMMIT=docker
ARG
GITDATE=docker
ARG
GITDATE=docker
...
...
op-wheel/Dockerfile
View file @
1d51a593
FROM
golang:1.2
0.7
-alpine3.18 as builder
FROM
golang:1.2
1.1
-alpine3.18 as builder
RUN
apk add
--no-cache
make gcc musl-dev linux-headers
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