diff --git a/Dockerfile b/Dockerfile index 1333282..5c9d639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.18 LABEL maintainers="Vincent BESANCON " # TTRSS upstream commit reference -ARG TTRSS_COMMIT="ce9847d" +ARG TTRSS_COMMIT="2b8e344" SHELL ["/bin/ash", "-eo", "pipefail", "-c"]