We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa772db commit 37ea2caCopy full SHA for 37ea2ca
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /tmp
3
4
RUN apk add --no-cache make gcc musl-dev linux-headers git
5
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 && \
+RUN git clone --depth 1 --branch release/1.1.3-rc.5 https://github.com/Fantom-foundation/go-opera.git && \
7
cd go-opera && \
8
make
9
0 commit comments