From 8d3283602d4bd94a98943d6b116b17bbdeb04d4c Mon Sep 17 00:00:00 2001 From: Malte Finsterwalder <malte@holi.team> Date: Mon, 17 Jun 2024 17:12:47 +0200 Subject: [PATCH] Revert "revert to custom image with pushkey_fix" This reverts commit 0e1aebd364904a562755ab2da5cacacb2c14ddd7. --- docker-compose.yaml | 2 +- push-gateway.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 41c8965..90e7fbf 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -21,7 +21,7 @@ services: - chat-push-gateway chat-push-gateway: - image: gitlab.holi.team:5050/app/holi-chat-server/sygnal_pushkey_fix:latest + image: matrixdotorg/sygnal:latest container_name: chat-push-gateway restart: always env_file: diff --git a/push-gateway.Dockerfile b/push-gateway.Dockerfile index 77be6de..1f58636 100644 --- a/push-gateway.Dockerfile +++ b/push-gateway.Dockerfile @@ -1,4 +1,4 @@ -FROM gitlab.holi.team:5050/app/holi-chat-server/sygnal_pushkey_fix:latest +FROM matrixdotorg/sygnal RUN apt-get update && apt-get upgrade -y && apt-get install -y gettext-base -- GitLab