Skip to content

Commit ed08a44

Browse files
authored
Merge pull request #5 from chainstack/feature/bump-fantom-version
Update Dockerfile
2 parents db5899f + 378af7c commit ed08a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:1.15-alpine as builder
33
WORKDIR /tmp
44

55
RUN apk add --no-cache make gcc musl-dev linux-headers git
6-
RUN git clone --depth 1 --branch release/1.0.2-rc.8 https://github.com/Fantom-foundation/go-opera.git && \
6+
RUN git clone --depth 1 --branch release/1.1.0-rc.2 https://github.com/Fantom-foundation/go-opera.git && \
77
cd go-opera && \
88
make
99

0 commit comments

Comments
 (0)