From 3f7a7a96b11b9afefdfa8d7527ef64b8e7a0344f Mon Sep 17 00:00:00 2001 From: otthorn Date: Tue, 23 Mar 2021 01:22:41 +0100 Subject: [PATCH 1/2] [grafana] Update 7.4.3 -> 7.4.5 --- grafana/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/Dockerfile b/grafana/Dockerfile index 75a7799..762a38c 100644 --- a/grafana/Dockerfile +++ b/grafana/Dockerfile @@ -1,4 +1,4 @@ -FROM grafana/grafana:7.4.3 +FROM grafana/grafana:7.4.5 ENV GF_SERVER_ROOT_URL=https://grafana.auro.re ENV GF_SESSION_COOKIE_SECURE=true From cd01ba94337a8d239eb6513fc54458993a047fbb Mon Sep 17 00:00:00 2001 From: otthorn Date: Tue, 23 Mar 2021 01:39:16 +0100 Subject: [PATCH 2/2] [etherpad] Update 1.8.11 -> 1.8.13 --- etherpad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpad/Dockerfile b/etherpad/Dockerfile index b6596f4..7c9bb1a 100644 --- a/etherpad/Dockerfile +++ b/etherpad/Dockerfile @@ -1,4 +1,4 @@ -FROM etherpad/etherpad:1.8.11 +FROM etherpad/etherpad:1.8.13 # Change instance settings ENV NODE_ENV=production