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