From f8a04c452cf7828f53ba9d5f21d7fbac12bab1c5 Mon Sep 17 00:00:00 2001 From: William Jackson <565174+williamjacksn@users.noreply.github.com> Date: Fri, 21 Oct 2022 11:04:52 -0500 Subject: [PATCH] Release 2022.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3697948..ebe7d89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN /home/python/venv/bin/pip install --no-cache-dir --requirement /home/python/ ENTRYPOINT ["/home/python/venv/bin/python", "/home/python/groupmemail/run.py"] -ENV APP_VERSION="2022.1" \ +ENV APP_VERSION="2022.2" \ PATH="/home/python/venv/bin:${PATH}" \ PYTHONDONTWRITEBYTECODE="1" \ PYTHONUNBUFFERED="1" \