From 33883ab4d62da2cdf575eb30853a1685b29c51b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 10 Oct 2024 19:24:12 +0000 Subject: [PATCH] Auto Version Bump --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 91e88cb..207e383 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -17,7 +17,7 @@ RUN openssl req -newkey rsa:4096 \ -keyout ./certs/key.key \ -subj "/C=US/ST=IN/L=IN/O=Shield/OU=Shield/CN=www.hopliteconsulting.com" -ENV VERSION=3.0.33 +ENV VERSION=3.0.51 COPY . ./app