Skip to content

Commit fa772db

Browse files
author
Albert
authored
Merge pull request #13 from chainstack/feature/fantom-image-upgrade
image bump to v1.1.3-rc.4
2 parents b5af4a2 + 2db48d7 commit fa772db

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 @@ WORKDIR /tmp
33

44
RUN apk add --no-cache make gcc musl-dev linux-headers git
55
RUN go clean -modcache
6-
RUN git clone --depth 1 --branch release/1.1.3-rc.3 https://github.com/Fantom-foundation/go-opera.git && \
6+
RUN git clone --depth 1 --branch release/1.1.3-rc.4 https://github.com/Fantom-foundation/go-opera.git && \
77
cd go-opera && \
88
make
99

0 commit comments

Comments
 (0)