From e0ecfc5558f6e9686da018587341be7ff125fb15 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 24 Apr 2020 09:42:31 -0400 Subject: [PATCH] Adding version number to update internal scripts that are included from a different git repo... This will trigger internal script updates to include bugfixes when not using auto-update on startup --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b7cdac1..08c1308 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM linuxserver/sabnzbd LABEL maintainer="RandomNinjaAtk" +ENV VERSION="1.0.0" ENV SABSCRIPTS_PATH /usr/local/sabnzbd-scripts ENV SMA_PATH /usr/local/sma ENV UPDATE_EXT FALSE