Skip to content

Commit f098bb9

Browse files
author
Michael de Hoog
authored
Bump op-stack versions (#129)
1 parent 2a775d7 commit f098bb9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM golang:1.19 as op
1+
FROM golang:1.20 as op
22

33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.1.4
6+
ENV VERSION=v1.2.0
77
# for verification:
8-
ENV COMMIT=5877ee24cc9aaef5848c1372e0e196707fb336a0
8+
ENV COMMIT=c73850809be1bef888ba7dd1194acdf222e4d819
99

1010
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1111
git switch -c branch-$VERSION && \
@@ -14,14 +14,14 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1414
RUN cd op-node && \
1515
make op-node
1616

17-
FROM golang:1.19 as geth
17+
FROM golang:1.20 as geth
1818

1919
WORKDIR /app
2020

2121
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
22-
ENV VERSION=v1.101200.1
22+
ENV VERSION=v1.101301.1
2323
# for verification:
24-
ENV COMMIT=368310232f16b7697d3a79ea7f946f0b2b21ab3f
24+
ENV COMMIT=1296a2cb602227e45979108242ae81504c5b658f
2525

2626
# avoid depth=1, so the geth build can read tags
2727
RUN git clone $REPO --branch $VERSION --single-branch . && \
@@ -30,7 +30,7 @@ RUN git clone $REPO --branch $VERSION --single-branch . && \
3030

3131
RUN go run build/ci.go install -static ./cmd/geth
3232

33-
FROM golang:1.19
33+
FROM golang:1.20
3434

3535
RUN apt-get update && \
3636
apt-get install -y jq curl supervisor && \

0 commit comments

Comments
 (0)