From 4be2e313fd189e70ed427791dc8c7cf2a33fdac3 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 10 Feb 2022 23:52:36 -0600 Subject: [PATCH] Lock gulagbot to 4.1.8 Awaiting resolution of some bugs --- playbooks/tasks/app/gulagbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/tasks/app/gulagbot.yml b/playbooks/tasks/app/gulagbot.yml index 6ac7eb8..1d7bc72 100644 --- a/playbooks/tasks/app/gulagbot.yml +++ b/playbooks/tasks/app/gulagbot.yml @@ -2,7 +2,7 @@ - name: docker deploy gulagbot docker_container: name: gulagbot - image: rehashedsalt/gulagbot:latest + image: rehashedsalt/gulagbot:4.1.8 env: DISCORD_TOKEN: "{{ secret_gulagbot_discord_token }}" GULAG_DEBUG: "false"