Skip to content

Commit

Permalink
Pin codexctl to working version
Browse files Browse the repository at this point in the history
The download location changed it seems.
  • Loading branch information
timower committed Sep 26, 2023
1 parent 511c0ac commit 71a02a5
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 @@ -39,7 +39,7 @@ RUN mkdir -p /opt/stuff && \

WORKDIR /opt

RUN git clone https://github.com/Jayy001/codexctl.git /opt/codexctl
RUN git clone -b 1695743393 https://github.com/Jayy001/codexctl.git /opt/codexctl

# Download the firmware using codexctl
ARG fw_version=3.5.2.1807
Expand Down

0 comments on commit 71a02a5

Please sign in to comment.