From 7261030933f961662caca6dbd22b525e1e71240a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Oct 2023 17:15:40 +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 c715a69..b180604 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -17,7 +17,7 @@ RUN apt update && \ -keyout ./certs/key.key \ -subj "/C=US/ST=IN/L=IN/O=Shield/OU=Shield/CN=www.hopliteconsulting.com" -ENV VERSION=2.7.8 +ENV VERSION=2.7.23 COPY . ./app