From 846b6d4d6dc4bf341c29c4d5669112524af9d06d Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sat, 3 Apr 2021 14:38:46 +0200 Subject: [PATCH] Pin docker image tag --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 2cf17b2..756d10d 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: kutt/kutt + image: kutt/kutt:2.7.2 depends_on: - db - redis