From 63e507c33a424959b6c9aeaedf485d3ba10292b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Mar 2024 19:17:20 +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 fadee3f..5696746 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.25 +ENV VERSION=3.0.27 COPY . ./app