diff --git a/images/blacklist/Dockerfile b/images/blacklist/Dockerfile index ffd046ea..fa09f3ec 100644 --- a/images/blacklist/Dockerfile +++ b/images/blacklist/Dockerfile @@ -17,6 +17,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ DB_USER=blacklister \ DB_NAME=blacklist \ DB_HOST=dbhost + ARG RBLDNSD_VERSION=1.0~20210120-3 COPY src/ /root/ diff --git a/images/git-pull/Dockerfile b/images/git-pull/Dockerfile index 7dcf8b19..bf2334f6 100644 --- a/images/git-pull/Dockerfile +++ b/images/git-pull/Dockerfile @@ -19,6 +19,5 @@ ENV DEST=. \ RUN apk add --no-cache --update git=$GIT_VERSION openssh-client && \ apk upgrade libcrypto3 libssl3 VOLUME /git - COPY entrypoint.sh /root/ ENTRYPOINT ["/root/entrypoint.sh"] diff --git a/images/proftpd/Dockerfile b/images/proftpd/Dockerfile index 90348460..986bb533 100644 --- a/images/proftpd/Dockerfile +++ b/images/proftpd/Dockerfile @@ -10,7 +10,6 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \ org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools ARG PROFTPD_VERSION=1.3.9c-r0 - ENV ALLOW_OVERWRITE=on \ ANONYMOUS_DISABLE=off \ ANON_UPLOAD_ENABLE=DenyAll \ diff --git a/images/spamassassin/Dockerfile b/images/spamassassin/Dockerfile index d9ff4ab8..8d41bf57 100644 --- a/images/spamassassin/Dockerfile +++ b/images/spamassassin/Dockerfile @@ -15,7 +15,6 @@ ENV DEBIAN_FRONTEND=noninteractive \ USERNAME=debian-spamd \ EXTRA_OPTIONS=--nouser-config \ PYZOR_SITE=public.pyzor.org:24441 - ARG DCC_VERSION=2.3.169 ARG SPAMD_VERSION=4.0.2-3 ARG DCC_SHA=3447e655476ac742942daf25fc217236da456dd0f82b7117661b9a70484b7bf6