From 0b1089b0f483e8942ac969149b0df30b3f679346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Mon, 16 Jan 2023 19:46:15 +0100 Subject: [PATCH] Disable pre-commit hook --- .githooks/{pre-commit => pre-commit.disabled} | 0 Dockerfile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .githooks/{pre-commit => pre-commit.disabled} (100%) mode change 100755 => 100644 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