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.
2 parents db5899f + 378af7c commit ed08a44Copy full SHA for ed08a44
Dockerfile
@@ -3,7 +3,7 @@ FROM golang:1.15-alpine as builder
3
WORKDIR /tmp
4
5
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 && \
+RUN git clone --depth 1 --branch release/1.1.0-rc.2 https://github.com/Fantom-foundation/go-opera.git && \
7
cd go-opera && \
8
make
9
0 commit comments