From 2c5d8ae3ca48beb277829c2af128dd36e8871346 Mon Sep 17 00:00:00 2001 From: Alexey Grevtsev Date: Mon, 11 Dec 2023 13:13:31 -0300 Subject: [PATCH] bump txtracing to 1.1.3-rc.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57bf511..8539030 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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