From bf237da1a83d26bd1d0f58a072e34fb524e3bc02 Mon Sep 17 00:00:00 2001 From: waja Date: Tue, 30 Jan 2024 07:41:13 +0100 Subject: [PATCH] etherpad: update etherpad image to etherpad/etherpad:1.9.6 (#1725) Etherpad images starting with tag 1.9.0 are supporting ARCH amd64 and arm64 --- etherpad.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpad.yml b/etherpad.yml index aa0e806..e6bd397 100644 --- a/etherpad.yml +++ b/etherpad.yml @@ -3,7 +3,7 @@ version: '3.5' services: # Etherpad: real-time collaborative document editing etherpad: - image: etherpad/etherpad:1.8.6 + image: etherpad/etherpad:1.9.6 restart: ${RESTART_POLICY:-unless-stopped} environment: - TITLE=${ETHERPAD_TITLE}