Skip to content

Commit 2fe594b

Browse files
authored
Merge pull request #14 from chainstack/feature/OPS-2922
image bump to v1.1.3-rc.5
2 parents fa772db + 37ea2ca commit 2fe594b

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 @@ WORKDIR /tmp
33

44
RUN apk add --no-cache make gcc musl-dev linux-headers git
55
RUN go clean -modcache
6-
RUN git clone --depth 1 --branch release/1.1.3-rc.4 https://github.com/Fantom-foundation/go-opera.git && \
6+
RUN git clone --depth 1 --branch release/1.1.3-rc.5 https://github.com/Fantom-foundation/go-opera.git && \
77
cd go-opera && \
88
make
99

0 commit comments

Comments
 (0)