diff --git a/Dockerfile b/Dockerfile index 657ad1e..b69bed9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN git clone https://github.com/miweber67/spyserver_client.git /root/spyserver_ # Compile ka9q-radio from source RUN git clone https://github.com/ka9q/ka9q-radio.git /root/ka9q-radio && \ cd /root/ka9q-radio && \ - git checkout 4025a34db6e88dce87b8f67c7eb9cc339b920261 && \ + git checkout 82e3f73f3bddb81740d0e4b22a1cb30dba46309e && \ make \ -f Makefile.linux \ ARCHOPTS= \