Skip to content

Commit

Permalink
image bump to v1.1.3-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMakhortov committed Sep 21, 2023
1 parent b5af4a2 commit 2db48d7
Showing 1 changed file with 1 addition and 1 deletion.
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.3 https://github.com/Fantom-foundation/go-opera.git && \
RUN git clone --depth 1 --branch release/1.1.3-rc.4 https://github.com/Fantom-foundation/go-opera.git && \
cd go-opera && \
make

Expand Down

0 comments on commit 2db48d7

Please sign in to comment.