File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.23 AS op
1+ FROM golang:1.24 AS op
22
33RUN curl -sSfL 'https://just.systems/install.sh' | bash -s -- --to /usr/local/bin
44
@@ -13,7 +13,7 @@ RUN . /tmp/versions.env && git clone $OP_NODE_REPO --branch $OP_NODE_TAG --singl
1313RUN . /tmp/versions.env && cd op-node && \
1414 make VERSION=$OP_NODE_TAG op-node
1515
16- FROM golang:1.23 AS geth
16+ FROM golang:1.24 AS geth
1717
1818WORKDIR /app
1919
Original file line number Diff line number Diff line change 1- FROM golang:1.23 AS op
1+ FROM golang:1.24 AS op
22
33RUN curl -sSfL 'https://just.systems/install.sh' | bash -s -- --to /usr/local/bin
44
Original file line number Diff line number Diff line change 1- FROM golang:1.23 AS op
1+ FROM golang:1.24 AS op
22
33RUN curl -sSfL 'https://just.systems/install.sh' | bash -s -- --to /usr/local/bin
44
You can’t perform that action at this time.
0 commit comments