From 39b9392f2f67dd6cfee528fcd8b2dd994b6d7797 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 11 Jan 2021 18:57:45 +0100 Subject: [PATCH] Drop back to a previous commit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 905f640..2c39412 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ FROM alerta/alerta-web:8.3.3 RUN /venv/bin/pip install dnspython==2.1.0 -RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/mailer +RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/mailer@bc6cd14ea51c857cfdc326b381860eacfc450162 RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=plugins/rocketchat