Skip to content

Commit

Permalink
⬇️ [RUMF-1329] downgrade woke to a working version (#1630)
Browse files Browse the repository at this point in the history
We can't build our CI image with the latest version of `woke` because of
get-woke/woke#195 .

I didn't find an alternative to woke.

I tried a bit to fix the issue, but:

* I'm not fluent with go, and the fix is non-trivial

* the issue seems to be in a woke dependency (`go-git`), and woke is
  using a fork of a fork of this dependency, making it hazardous to fix.
  • Loading branch information
BenoitZugmeyer authored Jul 6, 2022
1 parent c6abe98 commit 8b9589c
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 @@ -64,7 +64,7 @@ RUN apt-get -y install procps

# Woke
RUN curl -sSfL https://git.io/getwoke | \
bash -s -- -b /usr/local/bin
bash -s -- -b /usr/local/bin v0.17.1

# Codecov https://docs.codecov.com/docs/codecov-uploader
RUN apt-get -y install gnupg coreutils
Expand Down

0 comments on commit 8b9589c

Please sign in to comment.