diff --git a/Dockerfile b/Dockerfile index 30d99eb22..d91f211c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,11 +35,12 @@ RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-de #Copy project and execute it. COPY . ./ -HEALTHCHECK --interval=30s \ - --timeout=5s \ - --start-period=10s \ - --retries=3 \ - CMD [ "/usr/bin/wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:8080/openapi" ] +# commented for now https://github.com/TandoorRecipes/recipes/issues/3478 +#HEALTHCHECK --interval=30s \ +# --timeout=5s \ +# --start-period=10s \ +# --retries=3 \ +# CMD [ "/usr/bin/wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:8080/openapi" ] # collect information from git repositories RUN /opt/recipes/venv/bin/python version.py diff --git a/requirements.txt b/requirements.txt index 43ae71f6d..def75155d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==4.2.17 -cryptography===43.0.1 +cryptography===44.0.0 django-annoying==0.10.6 django-cleanup==8.0.0 django-crispy-forms==2.3