From 4da91a3b2d95d2acb67f43740e92791d49921ae4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Apr 2023 15:53:42 +0000 Subject: [PATCH] chore: autopublish 2023-04-26T15:53:41Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88d0dc2..63a12a7 100644 --- a/Dockerfile +++ b/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.4.9 +ENV VERSION=2.4.11 COPY /app ./app