diff --git a/hosting/couchdb/Dockerfile b/hosting/couchdb/Dockerfile index f3673fbd44..0de5288f6d 100644 --- a/hosting/couchdb/Dockerfile +++ b/hosting/couchdb/Dockerfile @@ -5,7 +5,8 @@ ENV COUCHDB_PASSWORD admin EXPOSE 5984 RUN apt-get update && apt-get install -y --no-install-recommends software-properties-common wget unzip curl && \ - apt-add-repository 'deb http://security.debian.org/debian-security bullseye-security/updates main' && \ + apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main' && \ + apt-add-repository 'deb http://archive.debian.org/debian stretch-backports main' && \ apt-get update && apt-get install -y --no-install-recommends openjdk-8-jre && \ rm -rf /var/lib/apt/lists/