diff --git a/Dockerfile b/Dockerfile index 7a01522..a649f66 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 08142683dbc398087a5b7d384b1a36bb24b1eca3 && \ + git checkout d0febaa033e1d53b9b53078cfe17457ac3676d20 && \ make \ -f Makefile.linux \ "COPTS=-std=gnu11 -pthread -Wall -funsafe-math-optimizations -fno-math-errno -fcx-limited-range -D_GNU_SOURCE=1" \