瀏覽代碼

[Rspamd] Rolling release

andryyy 5 年之前
父節點
當前提交
c3a4c6d311
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      data/Dockerfiles/rspamd/Dockerfile

+ 2 - 2
data/Dockerfiles/rspamd/Dockerfile

@@ -12,8 +12,8 @@ RUN apt-get update && apt-get install -y \
   apt-transport-https \
   dnsutils \
   netcat \
-  && apt-key adv --fetch-keys https://rspamd.com/apt-stable/gpg.key \
-  && echo "deb [arch=amd64] https://rspamd.com/apt-stable/ $CODENAME main" > /etc/apt/sources.list.d/rspamd.list \
+  && apt-key adv --fetch-keys https://rspamd.com/apt/gpg.key \
+  && echo "deb [arch=amd64] https://rspamd.com/apt/ $CODENAME main" > /etc/apt/sources.list.d/rspamd.list \
   && apt-get update \
   && apt-get --no-install-recommends -y install rspamd redis-tools \
   && rm -rf /var/lib/apt/lists/* \