-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 && \ | ||
|
@@ -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 |