From 99bd660f633f0cbdfeeb8b63b533936aed225bdf Mon Sep 17 00:00:00 2001 From: mcinj <98779161+mcinj@users.noreply.github.com> Date: Tue, 26 Apr 2022 18:00:08 -0400 Subject: [PATCH] use latest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c7cb2..7b9b8c3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ python run.py ```bash # Run the container # Set TZ based on your timezone: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones -docker run --name steamgifts -e TZ=America/New_York -d -v /path/to/the/config/folder:/config mcinj/docker-steamgifts-bot:v2.0 +docker run --name steamgifts -e TZ=America/New_York -d -v /path/to/the/config/folder:/config mcinj/docker-steamgifts-bot:latest ``` #### Or build it yourself locally