Skip to content

Commit 4a8b8ea

Browse files
authored
1 parent 4982458 commit 4a8b8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ADD . /pygeoapi
133133
RUN python3 -m venv --system-site-packages /venv \
134134
&& /venv/bin/python3 -m pip install --no-cache-dir -r requirements-docker.txt \
135135
&& /venv/bin/python3 -m pip install --no-cache-dir -r requirements-admin.txt \
136-
&& /venv/bin/python3 -m pip install --no-cache-dir gunicorn \
136+
&& /venv/bin/python3 -m pip install --no-cache-dir "gunicorn<24" \
137137
&& /venv/bin/python3 -m pip install --no-cache-dir -e .
138138

139139
# Set default config and entrypoint for Docker Image

0 commit comments

Comments
 (0)