From 821f5b1b3382516ab04540cb6c9e4afced72ce1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Jun 2023 20:35:43 +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 d74c9f4..d4e7ce9 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -13,7 +13,7 @@ RUN pip3 install -r requirements.txt RUN mkdir certs RUN mkcert -cert-file ./certs/cert.pem -key-file ./certs/key.pem localhost 127.0.0.1 0.0.0.0 -ENV VERSION=2.7.2 +ENV VERSION=2.7.3 COPY . ./app