Skip to content

Commit c3a8f49

Browse files
authored
Merge pull request #6 from chainstack/feature/v1.1.0-rc.3
Bump version to 1.1.0-rc.3
2 parents ed08a44 + 7a73957 commit c3a8f49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.0-rc.2 https://github.com/Fantom-foundation/go-opera.git && \
6+
RUN git clone --depth 1 --branch release/1.1.0-rc.3 https://github.com/Fantom-foundation/go-opera.git && \
77
cd go-opera && \
88
make
99

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# fantom-docker.
2-
Repo that contains Dockerfile for [Fantom](https://fantom.foundation).
1+
# fantom-docker
2+
Repo that contains Dockerfile for [Fantom](https://fantom.foundation)

0 commit comments

Comments
 (0)