Skip to content

Commit

Permalink
bumped eye version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevloed committed Dec 4, 2023
1 parent 8a742e9 commit d486f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM semtech/mu-python-template:2.0.0-beta.1
LABEL maintainer="[email protected]"
ENV EYE_VERSION=23.0106.2349
ENV EYE_VERSION=8.7.5
LABEL reasoner="https://github.com/eyereasoner/eye/releases/tag/v${EYE_VERSION}"

RUN apt-get update && \
Expand All @@ -11,4 +11,4 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* && \
rm -rf v${EYE_VERSION}.zip eye-${EYE_VERSION}

RUN echo 'timeout = os.getenv("TIMEOUT", 300)' >> /gunicorn_conf.py
RUN echo 'timeout = os.getenv("TIMEOUT", 300)' >> /gunicorn_conf.py

0 comments on commit d486f1e

Please sign in to comment.