diff --git a/templates/backup.yaml.j2 b/templates/backup.yaml.j2
index 8a42ad05f8e546e4b3e3bae158225dfc02b9c4d5..ad661c998b787aa2cb45313bce1753e6245cdb04 100644
--- a/templates/backup.yaml.j2
+++ b/templates/backup.yaml.j2
@@ -1,7 +1,8 @@
 version: "2.1"
 services:
     backup_gitlab:
-        image: tecnativa/duplicity:postgres
+        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
         hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-gitlab
         environment:
             DST: "swift://gitlab_{{ inventory_hostname|lower }}"
diff --git a/templates/backup2.yaml.j2 b/templates/backup2.yaml.j2
index ec54cac4834dba9ddf64ee6ade7dd86c138893a1..02f16d03330fafaac421fab0055bcf3bea837596 100644
--- a/templates/backup2.yaml.j2
+++ b/templates/backup2.yaml.j2
@@ -1,7 +1,8 @@
 version: "2.1"
 services:
     backup_gitlab:
-        image: tecnativa/duplicity:postgres
+        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
         hostname: {{ inventory_hostname_short | lower | regex_replace('_','') }}-gitlab
         environment:
             DST: "swift://gitlab_{{ inventory_hostname|lower }}"