diff --git a/Dockerfile b/Dockerfile
index ccca8ea..40d6315 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.18
 LABEL maintainers="Vincent BESANCON <besancon.vincent@gmail.com>"
 
 # TTRSS upstream commit reference
-ARG TTRSS_COMMIT="42ebdb0"
+ARG TTRSS_COMMIT="394d606"
 
 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]