From 0f7b9f22e72eda47b3e3c7fe356f7fd2922e8bda Mon Sep 17 00:00:00 2001 From: No767 <73260931+No767@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:36:06 -0700 Subject: [PATCH] Switch over to edge images --- docker/docker-compose.prod.yml | 2 +- docker/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.prod.yml b/docker/docker-compose.prod.yml index 2d3d345..b15fd8a 100644 --- a/docker/docker-compose.prod.yml +++ b/docker/docker-compose.prod.yml @@ -3,7 +3,7 @@ name: rodhaj_prod services: rodhaj: container_name: rodhaj - image: ghcr.io/transprogrammer/rodhaj:latest + image: ghcr.io/transprogrammer/rodhaj:edge volumes: # Do not edit the next line. If you want to change the path of the configuration file, please edit the CONFIG_LOCATION variable - ${CONFIG_LOCATION}:/rodhaj/bot/config.yml diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index e8edb3f..fb03f86 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -3,7 +3,7 @@ name: rodhaj services: rodhaj: container_name: rodhaj - image: ghcr.io/transprogrammer/rodhaj:latest + image: ghcr.io/transprogrammer/rodhaj:edge volumes: # Do not edit the next line. If you want to change the path of the configuration file, please edit the CONFIG_LOCATION variable - ${CONFIG_LOCATION}:/rodhaj/bot/config.yml