diff --git a/templates/backup.yaml.j2 b/templates/backup.yaml.j2
index b5a8fc2b8563b64010e10c31535fbe6c7b3ca6c4..7f750a35140ad57345089b3027f3d397be2ae246 100644
--- a/templates/backup.yaml.j2
+++ b/templates/backup.yaml.j2
@@ -1,8 +1,7 @@
 version: "2.1"
 services:
     backup_etherpad:
-        image: remifilament/duplicity:postgres # Until https://github.com/Tecnativa/docker-duplicity/pull/324 is merged
-        # image: ghcr.io/tecnativa/docker-duplicity-postgres:master # Once https://github.com/Tecnativa/docker-duplicity/pull/324 is merged
+        image: ghcr.io/tecnativa/docker-duplicity-postgres:master
         hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-etherpad
         environment:
             DST: "swift://etherpad_{{ inventory_hostname|lower }}"
diff --git a/templates/backup2.yaml.j2 b/templates/backup2.yaml.j2
index edc95e07d012e89a8d7fc341375a01242654e35d..14151dab33843c202619bf6bfd7e7d12fe24a6f5 100644
--- a/templates/backup2.yaml.j2
+++ b/templates/backup2.yaml.j2
@@ -1,8 +1,7 @@
 version: "2.1"
 services:
     backup_etherpad:
-        image: remifilament/duplicity:postgres # Until https://github.com/Tecnativa/docker-duplicity/pull/324 is merged
-        # image: ghcr.io/tecnativa/docker-duplicity-postgres:master # Once https://github.com/Tecnativa/docker-duplicity/pull/324 is merged
+        image: ghcr.io/tecnativa/docker-duplicity-postgres:master
         hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-etherpad
         environment:
             DST: "swift://etherpad_{{ inventory_hostname|lower }}"