update
This commit is contained in:
@@ -3,7 +3,7 @@ FROM golang:1.22 as op
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git
|
ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git
|
||||||
ARG OP_VERSION=v1.10.2
|
ARG OP_VERSION=v1.10.3
|
||||||
ARG OP_PATCH
|
ARG OP_PATCH
|
||||||
|
|
||||||
RUN curl -fsSL https://github.com/casey/just/releases/download/1.38.0/just-1.38.0-x86_64-unknown-linux-musl.tar.gz | tar -xzf - -C /usr/local/bin
|
RUN curl -fsSL https://github.com/casey/just/releases/download/1.38.0/just-1.38.0-x86_64-unknown-linux-musl.tar.gz | tar -xzf - -C /usr/local/bin
|
||||||
@@ -29,7 +29,7 @@ FROM golang:1.22 as geth
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ARG GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
|
ARG GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
|
||||||
ARG GETH_VERSION=v1.101411.4
|
ARG GETH_VERSION=v1.101411.5
|
||||||
|
|
||||||
# avoid depth=1, so the geth build can read tags
|
# avoid depth=1, so the geth build can read tags
|
||||||
RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \
|
RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \
|
||||||
|
|||||||
Reference in New Issue
Block a user