diff --git a/.githooks/pre-commit b/.githooks/pre-commit.disabled old mode 100755 new mode 100644 similarity index 100% rename from .githooks/pre-commit rename to .githooks/pre-commit.disabled diff --git a/Dockerfile b/Dockerfile index 5ddb5bf..07d269b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npm install && \ FROM python:3.10.9-slim-bullseye -ENV VERSION_NUMBER 0.2.3 +ENV VERSION_NUMBER 0.2.3-6-g9534492 ENV PROD 1 ENV PYTHONUNBUFFERED=1