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 ed08a44 + 7a73957 commit c3a8f49Copy full SHA for c3a8f49
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.1.0-rc.2 https://github.com/Fantom-foundation/go-opera.git && \
+RUN git clone --depth 1 --branch release/1.1.0-rc.3 https://github.com/Fantom-foundation/go-opera.git && \
7
cd go-opera && \
8
make
9
README.md
@@ -1,2 +1,2 @@
1
-# fantom-docker.
2
-Repo that contains Dockerfile for [Fantom](https://fantom.foundation).
+# fantom-docker
+Repo that contains Dockerfile for [Fantom](https://fantom.foundation)
0 commit comments