From 03922e8849aec13cb54b5da9d82d43478fac6a97 Mon Sep 17 00:00:00 2001 From: nalydmerc Date: Fri, 31 Jan 2025 21:51:55 +0000 Subject: [PATCH] Remove from watchtower updates --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f90b9db..551d344 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ # Use the official Python image FROM python:3.10-slim +LABEL com.centurylinklabs.watchtower.enable="false" + # Set the working directory in the container WORKDIR /gupbot