From cd03598950c3351147ff5026e490530fd9a932f3 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Wed, 3 Mar 2021 13:08:30 +0200 Subject: [PATCH] Pin version, record in abra.sh --- abra.sh | 3 +++ compose.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index 51825b7..12094f5 100644 --- a/abra.sh +++ b/abra.sh @@ -1,3 +1,6 @@ +ABRA_TYPE_VERSION=21.0.0 +ABRA_TYPE_DIGEST=7aa56992 + sub_occ(){ abra__service_="app" abra___user="www-data" diff --git a/compose.yml b/compose.yml index a9b1129..6a22708 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: nextcloud:latest + image: nextcloud:21.0.0 depends_on: - db secrets: