Skip to content

Commit f465a6e

Browse files
SozinMcthtuf
authored andcommitted
Add new version of fantom
Create docker image with version 1.1.1-rc.2
1 parent 872a4d9 commit f465a6e

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

0 commit comments

Comments
 (0)