Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /tmp

RUN apk add --no-cache make gcc musl-dev linux-headers git
RUN go clean -modcache
RUN git clone --depth 1 --branch release/1.1.3-rc.5 https://github.com/Fantom-foundation/go-opera.git && \
RUN git clone --depth 1 --branch release/txtracing/1.1.3-rc.5 https://github.com/Fantom-foundation/go-opera.git && \
cd go-opera && \
make

Expand Down